mediawiki/extensions/WikiLambda (REL1_40)

sourcepatches
$ date
--- stdout ---
Thu Apr 25 16:37:23 UTC 2024

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-WikiLambda.git repo --depth=1 -b REL1_40
--- 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://gerrit.wikimedia.org/r/mediawiki/services/function-schemata) registered for path 'function-schemata'
Cloning into '/src/repo/function-schemata'...
--- stdout ---
Submodule path 'function-schemata': checked out 'dfdb8554f8c0c46023b478e317f75970b3255648'

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

--- end ---
$ git show-ref refs/heads/REL1_40
--- stdout ---
94d2c57e359edeb506e9ee82345602b701694f5f refs/heads/REL1_40

--- 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/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": 1272,
      "optional": 3,
      "peer": 13,
      "peerOptional": 0,
      "total": 1272
    }
  }
}

--- 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 (v39.0.0)
  - Locking mediawiki/mediawiki-phan-config (0.12.0)
  - 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.6.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 squizlabs/php_codesniffer (3.6.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 (v39.0.0): Extracting archive
  - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
  - Installing symfony/polyfill-php80 (v1.29.0): 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.0): 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%
 22/38 [================>-----------]  57%
 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/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": 1272,
      "optional": 3,
      "peer": 13,
      "peerOptional": 0,
      "total": 1272
    }
  }
}

--- 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.20.1',
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@37.9.7',
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: '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": 1272,
  "removed": 0,
  "changed": 0,
  "audited": 1273,
  "funding": 122,
  "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/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": 1272,
        "optional": 3,
        "peer": 13,
        "peerOptional": 0,
        "total": 1272
      }
    }
  }
}

--- end ---
{"added": 1272, "removed": 0, "changed": 0, "audited": 1273, "funding": 122, "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/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": 1272, "optional": 3, "peer": 13, "peerOptional": 0, "total": 1272}}}}
$ /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.20.1',
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@37.9.7',
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: '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 1271 packages, and audited 1272 packages in 24s

122 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@4.0.2, which is a breaking change
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.20.1',
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@37.9.7',
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: '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 1271 packages, and audited 1272 packages in 26s

122 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/zKeys.test.js
PASS tests/jest/store/modules/zobject.test.js
PASS tests/jest/mixins/zObjectTableUtils.test.js
PASS tests/jest/store/modules/zTesterResults.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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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 key=0 expanded=false onToggle=fn<bound toggleExpanded> > 
        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]: Invalid prop: type check failed for prop "labelData". Expected , got Object  
        at <WlLocalizedLabel key=1 class="ext-wikilambda-key-block__label" 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) 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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) (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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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) (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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="ext-wikilambda-key-block__label" 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) (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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="ext-wikilambda-key-block__label" 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) (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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="ext-wikilambda-key-block__label" 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) (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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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 "null", got Null  
        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]: (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]: (deprecation ATTR_FALSE_VALUE) (9) 
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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 "null", got Null  
        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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 "null", got Null  
        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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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) 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 <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Function call', value: 'Z9', icon: undefined },
        { label: 'Function call', value: 'Z7', icon: undefined },
        { label: 'Function call', value: 'Z17', 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: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 "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-1" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Function call', value: 'Z9', icon: undefined },
        { label: 'Function call', value: 'Z7', icon: undefined },
        { label: 'Function call', value: 'Z17', 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: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 "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-1" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Function call', value: 'Z9', icon: undefined },
        { label: 'Function call', value: 'Z7', icon: undefined },
        { label: 'Function call', value: 'Z17', 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: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 <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'Function call', value: 'Z9', icon: undefined },
        { label: 'Function call', value: 'Z7', icon: undefined },
        { label: 'Function call', value: 'Z17', 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.

      164 | 			 *
      165 | 			 * @return {string}
    > 166 | 			 */
          | 			   ^
      167 | 			valueUrl: function () {
      168 | 				if ( this.value ) {
      169 | 					return new mw.Title( this.value ).getUrl();

      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:166: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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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 | 					this.$emit( 'set-value', { keyPath, value } );
      85 | 				}
    > 86 | 			},
         | 			  ^
      87 | 			/**
      88 | 			 * Returns the key that contains the string value
      89 | 			 * represented in this component.

      at warn$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:490)

    console.warn
      [Vue warn]: (deprecation COMPONENT_V_MODEL) (2) 
        at <CdxTextInput id=undefined modelValue="" onUpdate:modelValue=fn  ... >

      133 | 			if ( this.hasChip ) {
      134 | 				classes.push( 'ext-wikilambda-edit-text-input__chipped' );
    > 135 | 				if ( this.chip.length > 2 ) {
          | 				                             ^
      136 | 					classes.push( 'ext-wikilambda-edit-text-input__chipped__lg' );
      137 | 				} else {
      138 | 					classes.push( 'ext-wikilambda-edit-text-input__chipped__sm' );

      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:135:605)
      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 ext-wikilambda-edit-text-input__fitted" style= { width: '18ch' }  ... > 
        at <WlTextInput key=1 fit-width=true aria-label=""  ... > 
        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: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]: Property "shiftLeft" was accessed during render but is not defined on instance. 
        at <WlZObjectKeyValue rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="" 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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-41" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-41" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-41" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@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.

      164 | 			 *
      165 | 			 * @return {string}
    > 166 | 			 */
          | 			   ^
      167 | 			valueUrl: function () {
      168 | 				if ( this.value ) {
      169 | 					return new mw.Title( this.value ).getUrl();

      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:166: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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-46" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-46" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-46" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-51" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-51" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-51" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-56" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-56" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-56" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-61" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-61" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-61" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-66" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-66" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-66" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-71" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-71" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-71" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-41" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-41" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-41" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-46" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-46" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-46" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-51" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-51" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-51" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-56" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-56" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-56" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-61" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-61" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-61" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-66" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-66" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-66" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-71" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-71" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-71" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-41" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-41" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-41" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-46" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-46" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-46" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-51" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-51" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-51" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-56" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-56" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-56" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-61" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-61" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-61" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-66" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-66" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-66" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z9" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-71" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z7" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-71" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "label". Expected String with value "[object Object]", got Object  
        at <CdxMenuItem key="Z17" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-71" ref="menu" selected="Z17"  ... > 
        at <CdxSelect id=undefined selected="Z17" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z17" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z9',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z7',
          icon: undefined
        },
        {
          label: { zid: 'Z17', label: 'Argument declaration', lang: 'Z1002' },
          value: 'Z17',
          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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at 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=1 class="ext-wikilambda-key-block__label" 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>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=false rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 edit=true rowId=2 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      494 | 		{
      495 | 			/**
    > 496 | 			 * Handles the modification of the ZObject when the changed key-value
          | 			                                        ^
      497 | 			 * is a type. This needs to call the changeType action, which handles
      498 | 			 * the clearing of the old content and the initialization of a new
      499 | 			 * scaffolding object representing the new type.

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.shiftLeft [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue:496:44)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@vue/compat/dist/vue.cjs.js:9084: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=1 class="ext-wikilambda-key-block__label" 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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (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/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.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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", 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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 | 					for ( const zid in this.implZidToState ) {
      367 | 						if ( this.implZidToState[ zid ].checked || !this.areAnyImplementationsChecked ) {
    > 368 | 							tableData[ index ][ zid ] = {
          | 							    ^
      369 | 								component: 'wl-z-function-tester-table',
      370 | 								props: {
      371 | 									zFunctionId: this.getCurrentZObjectId,

      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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        }
      } body= [
        {
          checkbox: {
            title: '',
            component: 'cdx-checkbox',
            props: [Object],
            class: 'ext-wikilambda-function-details-table-item',
            id: 'Z333 name'
          },
          name: {
            title: 'Z333 name',
            component: 'a',
            props: [Object],
            class: 'ext-wikilambda-function-details-implementation-table-link ext-wikilambda-function-details-table-item'
          },
          language: {
            title: [Mocki18n],
            class: 'ext-wikilambda-function-details-table-item'
          },
          state: {
            component: 'cdx-info-chip',
            title: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", 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'
        },
        Z333: {
          title: 'Z333 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z444: {
          title: 'Z444 name',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: '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: 'Deactivated',
            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: 'Approved',
            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/components/function/ZFunctionTesterReport.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 <WlZFunctionTesterReport 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]: (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 <WlMetadataDialog show-dialog=false implementation-label="" tester-label=""  ... > 
        at <WlZFunctionTesterReport zFunctionId="Z10000" zImplementationId="Z0" 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/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)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [
        {
          label: 'english alias',
          language: 'Z1002',
          languageLabel: 'EN',
          isoCode: 'Z60K1'
        }
      ] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [
        {
          label: 'english alias',
          language: 'Z1002',
          languageLabel: 'EN',
          isoCode: 'Z60K1'
        }
      ] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [
        {
          label: 'english alias',
          language: 'Z1002',
          languageLabel: 'EN',
          isoCode: 'Z60K1'
        }
      ] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [
        {
          label: 'english alias',
          language: 'Z1002',
          languageLabel: 'EN',
          isoCode: 'Z60K1'
        }
      ] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [
        {
          label: 'english alias',
          language: 'Z1002',
          languageLabel: 'EN',
          isoCode: 'Z60K1'
        }
      ] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [
        {
          label: 'english alias',
          language: 'Z1002',
          languageLabel: 'EN',
          isoCode: 'Z60K1'
        }
      ] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [
        {
          label: 'english alias',
          language: 'Z1002',
          languageLabel: 'EN',
          isoCode: 'Z60K1'
        }
      ] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [
        {
          label: 'english alias',
          language: 'Z1002',
          languageLabel: 'EN',
          isoCode: 'Z60K1'
        }
      ] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [
        {
          label: 'english alias',
          language: 'Z1002',
          languageLabel: 'EN',
          isoCode: 'Z60K1'
        }
      ] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [
        {
          label: 'english alias',
          language: 'Z1002',
          languageLabel: 'EN',
          isoCode: 'Z60K1'
        }
      ] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [
        {
          label: 'english alias',
          language: 'Z1002',
          languageLabel: 'EN',
          isoCode: 'Z60K1'
        },
        {
          label: 'afrikaans alias',
          language: 'Z1532',
          languageLabel: 'AF',
          isoCode: 'Z60K1'
        }
      ] z-lang="Z1002" button-type="quiet"  ... > 
        at <WlFunctionViewerAboutAliases ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (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/mixins/schemata.test.js
PASS tests/jest/components/ZObjectPublish.test.js
  ● Console

    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 <CdxButton class="ext-wikilambda-publish-zobject__publish-button" action="progressive" disabled=false  ... > 
        at <WlZObjectPublish 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 "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 <WlZPublishDialog show-dialog=false should-unattach-implementation-and-tester=false onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish 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 "shouldUnattachImplementationAndTester" with v-bind value `false` will render shouldUnattachImplementationAndTester="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 <WlZPublishDialog show-dialog=false should-unattach-implementation-and-tester=false onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish 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]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-publishdialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition id="publish-dialog" > 
        at <CdxDialog id="publish-dialog" title="" open=true  ... > 
        at <WlPublishDialog show-dialog=true should-unattach-implementation-and-tester=false onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-publishdialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition id="publish-dialog" > 
        at <CdxDialog id="publish-dialog" title="" open=true  ... > 
        at <WlPublishDialog show-dialog=true should-unattach-implementation-and-tester=false onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-publishdialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition id="publish-dialog" > 
        at <CdxDialog id="publish-dialog" title="" open=true  ... > 
        at <WlPublishDialog show-dialog=true should-unattach-implementation-and-tester=false onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-publishdialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition id="publish-dialog" > 
        at <CdxDialog id="publish-dialog" title="" open=true  ... > 
        at <WlPublishDialog show-dialog=true should-unattach-implementation-and-tester=false onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-publishdialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition id="publish-dialog" > 
        at <CdxDialog id="publish-dialog" title="" open=true  ... > 
        at <WlPublishDialog show-dialog=true should-unattach-implementation-and-tester=false onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-publishdialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition id="publish-dialog" > 
        at <CdxDialog id="publish-dialog" title="" open=true  ... > 
        at <WlPublishDialog show-dialog=true should-unattach-implementation-and-tester=false onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at Function.warn$1 [as warn] (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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/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)

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: undefined },
        { label: 'Argument declaration', value: 'Z17', 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]: Write operation failed: computed property "value" is readonly.

      164 | 			 *
      165 | 			 * @return {string}
    > 166 | 			 */
          | 			   ^
      167 | 			valueUrl: function () {
      168 | 				if ( this.value ) {
      169 | 					return new mw.Title( this.value ).getUrl();

      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:166: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/FunctionEditorEdgeCases.test.js (6.476 s)
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      71 | 	it( 'handles edge cases during editing/creation, and saves a function with no labels successfully', async () => {
      72 | 		const { findByLabelText, findByRole, getAllByLabelText, getByLabelText, getByText, queryByRole } =
    > 73 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      74 |
      75 | 		// ACT: Select Chinese as the natural language.
      76 | 		const languageSelector = await findByLabelText( '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/FunctionEditorEdgeCases.test.js:73: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="English" onUpdate:modelValue= [ [Function (anonymous)], [Function: z] ] placeholder="Select language"  ... > 
        at <CdxLookup key=1 selected="Z1002" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector ref="languageSelector" class="ext-wikilambda-language-selector__add-language" aria-labelledby="ext-wikilambda-language-selector__add-language-label"  ... > 
        at <WlFnEditorZLanguageSelector class="ext-wikilambda-function-definition__container__input__language__selector" z-language="Z1002" onChange=fn<onChange> > 
        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]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        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.log
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 367

      at Object.<anonymous> (jest.setup.js:96:11)

    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-0" ref="menu" selected="Z1002"  ... > 
        at <CdxLookup key=1 selected="Z1002" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector ref="languageSelector" class="ext-wikilambda-language-selector__add-language" aria-labelledby="ext-wikilambda-language-selector__add-language-label"  ... > 
        at <WlFnEditorZLanguageSelector class="ext-wikilambda-function-definition__container__input__language__selector" z-language="Z1002" onChange=fn<onChange> > 
        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-0" ref="menu" selected="Z1002"  ... > 
        at <CdxLookup key=1 selected="Z1002" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector ref="languageSelector" class="ext-wikilambda-language-selector__add-language" aria-labelledby="ext-wikilambda-language-selector__add-language-label"  ... > 
        at <WlFnEditorZLanguageSelector class="ext-wikilambda-function-definition__container__input__language__selector" z-language="Z1002" onChange=fn<onChange> > 
        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]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-publishdialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition id="publish-dialog" > 
        at <CdxDialog id="publish-dialog" title="" open=true  ... > 
        at <WlPublishDialog show-dialog=true should-unattach-implementation-and-tester=true onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish should-unattach-implementation-and-tester=true is-disabled=false > 
        at <WlFunctionDefinitionFooter is-editing=false should-unattach-implementation-and-tester=true publish-disabled=false  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor 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 _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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/integration/EvaluateFunctionCall.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      87 | 	it( 'allows choosing a function and calling it', async () => {
      88 | 		const { findByPlaceholderText, findByRole, findByText, getByLabelText, getByText, queryByText, container } =
    > 89 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      90 |
      91 | 		// ACT: Lookup function name and select it.
      92 | 		await fireEvent.update( await findByPlaceholderText( 'Select a Function' ), 'funct' );

      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/EvaluateFunctionCall.test.js:89:4)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlZObjectEditor onMounted=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.log
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - -46039335832

      at Object.<anonymous> (jest.setup.js:96:11)

    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: z] ] placeholder="Select a Function"  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector key=0 class="ext-wikilambda-function-call-block__select-function" aria-labelledby="ext-wikilambda-function-call-block__select-function-label"  ... > 
        at <WlZFunctionCall key=1 zobject-id=0 type="Z7"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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-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-2" ref="menu" selected=""  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector key=0 class="ext-wikilambda-function-call-block__select-function" aria-labelledby="ext-wikilambda-function-call-block__select-function-label"  ... > 
        at <WlZFunctionCall key=1 zobject-id=0 type="Z7"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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-2" ref="menu" selected=""  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector key=0 class="ext-wikilambda-function-call-block__select-function" aria-labelledby="ext-wikilambda-function-call-block__select-function-label"  ... > 
        at <WlZFunctionCall key=1 zobject-id=0 type="Z7"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCall key=1 zobject-id=0 type="Z7"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "persistent" with v-bind value `false` will render persistent="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 <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCall key=1 zobject-id=0 type="Z7"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCall key=1 zobject-id=0 type="Z7"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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) (2) 
        at <WlZString key=1 zobject-id=5 type="Z6"  ... > 
        at <WlZObject zobject-id=5 persistent=false parent-type="Z7"  ... > 
        at <WlZObjectKey zobject-id=5 persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCall key=1 zobject-id=0 type="Z7"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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
      Using "fireEvent.input" 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.input (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      Using "fireEvent.input" 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.input (node_modules/@testing-library/vue/dist/fire-event.js:12:97)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) (3) 
        at <WlZResponseEnvelope key=1 zobject-id=11 type="Z22"  ... > 
        at <WlZObject zobject-id=11 persistent=false parent-type="Z22"  ... > 
        at <WlZObjectKey key=1 zobject-id=11 parent-type="Z22"  ... > 
        at <WlZFunctionCall key=1 zobject-id=0 type="Z7"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-metadatadialog__header__close-button" onClick=fn > 
        at <Transition id="metadata-dialog" > 
        at <CdxDialog id="metadata-dialog" open=true onUpdate:open=fn  ... > 
        at <WlZResponseEnvelope key=1 zobject-id=11 type="Z22"  ... > 
        at <WlZObject zobject-id=11 persistent=false parent-type="Z22"  ... > 
        at <WlZObjectKey key=1 zobject-id=11 parent-type="Z22"  ... > 
        at <WlZFunctionCall key=1 zobject-id=0 type="Z7"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor 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 _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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/integration/CreateNewFunction.test.js (8.841 s)
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      60 | 	it( 'allows creating a new function, making use of most important features', async () => {
      61 | 		const { findByLabelText, findByRole, getAllByLabelText, getByLabelText, getByText, findAllByRole } =
    > 62 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      63 |
      64 | 		// ACT: Select Chinese as the natural language.
      65 | 		const languageSelector = await findByLabelText( '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/CreateNewFunction.test.js:62: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="English" onUpdate:modelValue= [ [Function (anonymous)], [Function: z] ] placeholder="Select language"  ... > 
        at <CdxLookup key=1 selected="Z1002" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector ref="languageSelector" class="ext-wikilambda-language-selector__add-language" aria-labelledby="ext-wikilambda-language-selector__add-language-label"  ... > 
        at <WlFnEditorZLanguageSelector class="ext-wikilambda-function-definition__container__input__language__selector" z-language="Z1002" onChange=fn<onChange> > 
        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]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        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.log
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 361

      at Object.<anonymous> (jest.setup.js:96:11)

    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-0" ref="menu" selected="Z1002"  ... > 
        at <CdxLookup key=1 selected="Z1002" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector ref="languageSelector" class="ext-wikilambda-language-selector__add-language" aria-labelledby="ext-wikilambda-language-selector__add-language-label"  ... > 
        at <WlFnEditorZLanguageSelector class="ext-wikilambda-function-definition__container__input__language__selector" z-language="Z1002" onChange=fn<onChange> > 
        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-0" ref="menu" selected="Z1002"  ... > 
        at <CdxLookup key=1 selected="Z1002" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector ref="languageSelector" class="ext-wikilambda-language-selector__add-language" aria-labelledby="ext-wikilambda-language-selector__add-language-label"  ... > 
        at <WlFnEditorZLanguageSelector class="ext-wikilambda-function-definition__container__input__language__selector" z-language="Z1002" onChange=fn<onChange> > 
        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]: Write operation failed: computed property "getArgumentLabel" is readonly.

      296 | 				};
      297 | 			} else {
    > 298 | 				payload = {
          | 				           ^
      299 | 					id: this.getZArgumentType.id,
      300 | 					type: Constants.Z_REFERENCE,
      301 | 					value: type

      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 getArgumentLabel] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at onUpdate:modelValue._cache.<computed> (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorInputsItem.vue:298:35)
      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 "getArgumentLabel" is readonly.

      296 | 				};
      297 | 			} else {
    > 298 | 				payload = {
          | 				           ^
      299 | 					id: this.getZArgumentType.id,
      300 | 					type: Constants.Z_REFERENCE,
      301 | 					value: type

      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 getArgumentLabel] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at onUpdate:modelValue._cache.<computed> (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorInputsItem.vue:298:35)
      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]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Write operation failed: computed property "getArgumentLabel" is readonly.

      296 | 				};
      297 | 			} else {
    > 298 | 				payload = {
          | 				           ^
      299 | 					id: this.getZArgumentType.id,
      300 | 					type: Constants.Z_REFERENCE,
      301 | 					value: type

      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 getArgumentLabel] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at onUpdate:modelValue._cache.<computed> (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorInputsItem.vue:298:35)
      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 "getArgumentLabel" is readonly.

      296 | 				};
      297 | 			} else {
    > 298 | 				payload = {
          | 				           ^
      299 | 					id: this.getZArgumentType.id,
      300 | 					type: Constants.Z_REFERENCE,
      301 | 					value: type

      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 getArgumentLabel] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at onUpdate:modelValue._cache.<computed> (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorInputsItem.vue:298:35)
      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]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-publishdialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition id="publish-dialog" > 
        at <CdxDialog id="publish-dialog" title="" open=true  ... > 
        at <WlPublishDialog show-dialog=true should-unattach-implementation-and-tester=true onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish should-unattach-implementation-and-tester=true is-disabled=false > 
        at <WlFunctionDefinitionFooter is-editing=false should-unattach-implementation-and-tester=true publish-disabled=false  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor 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 _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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/ZObject.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 "persistent" with v-bind value `false` will render persistent="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 <WlZObjectGeneric key=1 zobject-id=0 type="none"  ... > 
        at <WlZObject zobjectId=0 persistent=false viewmode=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 "viewmode" with v-bind value `false` will render viewmode="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 <WlZObject zobjectId=0 persistent=false viewmode=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 <WlZArgument key=1 zobject-id=0 type="Z17"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (3) 
        at <WlZArgumentReference key=1 zobject-id=0 type="Z18"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (4) 
        at <WlZBoolean key=1 zobject-id=0 type="Z40"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (5) 
        at <WlZCharacter key=1 zobject-id=0 type="Z86"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (6) 
        at <WlZCode key=1 zobject-id=0 type="Z16"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (7) 
        at <WlZFunction key=1 zobject-id=0 type="Z8"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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 "hideFirstArgument" with v-bind value `false` will render hideFirstArgument="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 <WlZFunctionCall key=1 zobject-id=0 type="Z7"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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 "hideCallButton" with v-bind value `false` will render hideCallButton="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 <WlZFunctionCall key=1 zobject-id=0 type="Z7"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (8) 
        at <WlZFunctionCall key=1 zobject-id=0 type="Z7"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (9) 
        at <WlZFunctionCallToType key=1 zobject-id=0 type="function_call_to_type"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (10) 
        at <WlZImplementation key=1 zobject-id=0 type="Z14"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (11) 
        at <WlZKey key=1 zobject-id=0 type="Z3"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (12) 
        at <WlZMultilingualString key=1 zobject-id=0 type="Z12"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (13) 
        at <WlZReference key=1 zobject-id=0 type="Z9"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (14) 
        at <WlZResponseenvelope key=1 zobject-id=0 type="Z22"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (15) 
        at <WlZString key=1 zobject-id=0 type="Z6"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (16) 
        at <WlZTester key=1 zobject-id=0 type="Z20"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (17) 
        at <WlZType key=1 zobject-id=0 type="Z4"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (18) 
        at <WlZTypedMap key=1 zobject-id=0 type="Z883"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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) (19) 
        at <WlZTypedPair key=1 zobject-id=0 type="Z882"  ... > 
        at <WlZObject zobjectId=0 persistent=false readonly=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)

PASS tests/jest/store/modules/zTesters.test.js
PASS tests/jest/store/modules/zobjectModes.test.js
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/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]: Missing required prop: "zobjectId" 
        at <WlZCode ref="VTU_COMPONENT" > 
        at <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 "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 <CdxSelect selected="" onUpdate:selected= [ [Function (anonymous)], [Function: bound selectLanguage] ] class="ext-wikilambda-zcode__language-selector"  ... > 
        at <WlZCode 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 <WlCodeEditor class="ext-wikilambda-zcode__code-editor" aria-label="Code editor" mode="Python"  ... > 
        at <WlZCode zobjectId=1 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: "zobjectId" 
        at <WlZCode ref="VTU_COMPONENT" > 
        at <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 action type: setError

      123 | 								label: this.getAllProgrammingLangs[
      124 | 									lang
    > 125 | 								][
          | 								  ^
      126 | 									Constants.Z_PERSISTENTOBJECT_VALUE
      127 | 								][
      128 | 									Constants.Z_PROGRAMMING_LANGUAGE_CODE

      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.setError (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.updateCode (resources/ext.wikilambda.edit/components/main-types/ZCode.vue:125: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 emit$2 (node_modules/@vue/compat/dist/vue.cjs.js:2954:9)
      at Object.<anonymous> (tests/jest/components/ZCode.test.js:117:41)

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.

      94 | 			getByLabelText,
      95 | 			getByText
    > 96 | 		} = render( App, { global: { plugins: [ store ] } } );
         | 		    ^
      97 |
      98 | 		// ACT: Enter a name for the tester.
      99 | 		await fireEvent.update(

      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:96:7)

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.onUpdate [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/main-types/ZLabelsBlock.vue:290:14)
      at 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 "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: z] ] placeholder="Select language"  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector key=1 ref="languageSelector" used-languages= [ { Z1K1: 'Z9', Z9K1: 'Z1002' } ]  ... > 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label="" tester-label=""  ... > 
        at <WlZFunctionTesterReport z-function-id="Z12345" z-tester-id="Z0" > 
        at <Anonymous key=1 zobject-id=7 type="Z20"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "persistent" with v-bind value `false` will render persistent="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 <Anonymous key=1 zobject-id=7 type="Z20"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlZObjectEditor onMounted=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.log
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 607

      at Object.<anonymous> (jest.setup.js:96:11)

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.onUpdate [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/main-types/ZLabelsBlock.vue:290:14)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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) 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-2" ref="menu" selected=""  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector key=0 class="ext-wikilambda-function-call-block__select-function" aria-labelledby="ext-wikilambda-function-call-block__select-function-label"  ... > 
        at <WlZFunctionCall aria-labelledby="ext-wikilambda-ztester_call-label" zobject-id=36 hide-call-button="" > 
        at <Anonymous key=1 zobject-id=7 type="Z20"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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-2" ref="menu" selected=""  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector key=0 class="ext-wikilambda-function-call-block__select-function" aria-labelledby="ext-wikilambda-function-call-block__select-function-label"  ... > 
        at <WlZFunctionCall aria-labelledby="ext-wikilambda-ztester_call-label" zobject-id=36 hide-call-button="" > 
        at <Anonymous key=1 zobject-id=7 type="Z20"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCall aria-labelledby="ext-wikilambda-ztester_call-label" zobject-id=36 hide-call-button="" > 
        at <Anonymous key=1 zobject-id=7 type="Z20"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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) (2) 
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCall aria-labelledby="ext-wikilambda-ztester_call-label" zobject-id=36 hide-call-button="" > 
        at <Anonymous key=1 zobject-id=7 type="Z20"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCall aria-labelledby="ext-wikilambda-ztester_call-label" zobject-id=36 hide-call-button="" > 
        at <Anonymous key=1 zobject-id=7 type="Z20"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.onUpdate [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/main-types/ZLabelsBlock.vue:290:14)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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) (3) 
        at <WlZString key=1 zobject-id=46 type="Z6"  ... > 
        at <WlZObject zobject-id=46 persistent=false parent-type="Z7"  ... > 
        at <WlZObjectKey zobject-id=46 persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCall aria-labelledby="ext-wikilambda-ztester_call-label" zobject-id=36 hide-call-button="" > 
        at <Anonymous key=1 zobject-id=7 type="Z20"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCall aria-labelledby="ext-wikilambda-ztester_validator-label" zobject-id=39 hide-first-argument=""  ... > 
        at <Anonymous key=1 zobject-id=7 type="Z20"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-publishdialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition id="publish-dialog" > 
        at <CdxDialog id="publish-dialog" title="" open=true  ... > 
        at <WlPublishDialog show-dialog=true should-unattach-implementation-and-tester=false onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish is-disabled=false > 
        at <WlZObjectEditor 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 _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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/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 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 <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 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 job (node_modules/@vue/compat/dist/vue.cjs.js:4044:37)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4092:13)
      at watch (node_modules/@vue/compat/dist/vue.cjs.js:3929:12)

    console.error
      [vuex] unknown getter: getUserZlangZID

      252 | 				} );
      253 | 			}
    > 254 | 			return formattedLanguages;
          | 			                          ^
      255 | 		},
      256 | 		currentInputs: function () {
      257 | 			return this.getZargumentsArray() || [];

      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 getUserZlangZID] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserZlangZID [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at some (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorDefinition.vue:254:76)
          at Array.some (<anonymous>)
      at Proxy.isMainZObject (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorDefinition.vue:254:27)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      50 | 					<wl-function-editor-output
      51 | 						:can-edit="canEditFunction"
    > 52 | 						:tooltip-icon="adminTooltipIcon"
         | 						                                ^
      53 | 						:tooltip-message="adminTooltipMessage"
      54 | 					></wl-function-editor-output>
      55 | 				</template>

      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.canEditFunction (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorDefinition.vue:52: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]: (deprecation ATTR_FALSE_VALUE) Attribute "canEdit" with v-bind value `false` will render canEdit="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 is-mobile=false z-lang="Z1002" is-main-language-block=true  ... > 
        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 "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 is-mobile=false z-lang="Z1002" is-main-language-block=true  ... > 
        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) (2) 
        at <WlFunctionEditorOutput key=0 can-edit=undefined tooltip-icon=undefined  ... > 
        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: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 "isMainZObject" with v-bind value `false` will render isMainZObject="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 z-lang="Z1004" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 "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 <WlFunctionEditorInputs is-mobile=false z-lang="Z1004" is-main-language-block=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 "shouldUnattachImplementationAndTester" with v-bind value `false` will render shouldUnattachImplementationAndTester="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-editing=true should-unattach-implementation-and-tester=false publish-disabled=true  ... > 
        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]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlFunctionEditorDefinition ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@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 "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 <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        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.error
      [vuex] unknown getter: getUserZlangZID

      252 | 				} );
      253 | 			}
    > 254 | 			return formattedLanguages;
          | 			                          ^
      255 | 		},
      256 | 		currentInputs: function () {
      257 | 			return this.getZargumentsArray() || [];

      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 getUserZlangZID] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserZlangZID [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at some (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorDefinition.vue:254:76)
          at Array.some (<anonymous>)
      at Proxy.isMainZObject (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorDefinition.vue:254:27)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      50 | 					<wl-function-editor-output
      51 | 						:can-edit="canEditFunction"
    > 52 | 						:tooltip-icon="adminTooltipIcon"
         | 						                                ^
      53 | 						:tooltip-message="adminTooltipMessage"
      54 | 					></wl-function-editor-output>
      55 | 				</template>

      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.canEditFunction (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorDefinition.vue:52: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 "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlFunctionEditorDefinition ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlFunctionEditorDefinition ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at 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: getUserZlangZID

      252 | 				} );
      253 | 			}
    > 254 | 			return formattedLanguages;
          | 			                          ^
      255 | 		},
      256 | 		currentInputs: function () {
      257 | 			return this.getZargumentsArray() || [];

      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 getUserZlangZID] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.getUserZlangZID [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at some (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorDefinition.vue:254:76)
          at Array.some (<anonymous>)
      at Proxy.isMainZObject (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorDefinition.vue:254:27)

    console.error
      [vuex] unknown getter: isUserLoggedIn

      50 | 					<wl-function-editor-output
      51 | 						:can-edit="canEditFunction"
    > 52 | 						:tooltip-icon="adminTooltipIcon"
         | 						                                ^
      53 | 						:tooltip-message="adminTooltipMessage"
      54 | 					></wl-function-editor-output>
      55 | 				</template>

      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.canEditFunction (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorDefinition.vue:52: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 "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlFunctionEditorDefinition ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      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/store/modules/arguments.test.js
PASS tests/jest/store/modules/zTypedList.test.js
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.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',
            type: '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',
            type: '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',
            type: '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)

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 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 <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 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 <WlZTypedListItem ref_for=true ref="listItemElements" row-id=39  ... > 
        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]: 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]: 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 ATTR_FALSE_VALUE) Attribute "isTerminalItem" with v-bind value `false` will render isTerminalItem="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 <WlZTypedListItem ref_for=true ref="listItemElements" row-id=39  ... > 
        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]: 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)

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]: Missing required prop: "index" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "zobjectId" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "isMainLanguageBlock" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "canEditType" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "zLang" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "isMobile" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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 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=null onUpdate:modelValue=fn class="ext-wikilambda-editor-input-list-item__body__entry-field ext-wikilambda-editor-input-list-item__label"  ... >

      293 | 					id: this.getZArgumentType.id,
      294 | 					type: Constants.Z_TYPED_LIST,
    > 295 | 					unwrapped: true
          | 					               ^
      296 | 				};
      297 | 			} else {
      298 | 				payload = {

      at warn$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/function/editor/FunctionEditorInputsItem.vue:295:506)
      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 <CdxTextInput class="ext-wikilambda-editor-input-list-item__body__entry-field ext-wikilambda-editor-input-list-item__label" placeholder="E.g. Celsius" aria-label="E.g. Celsius"  ... > 
        at <WlFunctionDefinitionInputsItem 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 class="ext-wikilambda-editor-input-list-item__body__entry-field ext-wikilambda-editor-input-list-item__label" placeholder="E.g. Celsius" aria-label="E.g. Celsius"  ... > 
        at <WlFunctionDefinitionInputsItem 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: "index" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "zobjectId" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "isMainLanguageBlock" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "canEditType" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "zLang" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "isMobile" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "index" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "zobjectId" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "isMainLanguageBlock" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "canEditType" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "zLang" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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: "isMobile" 
        at <WlFunctionDefinitionInputsItem ref="VTU_COMPONENT" > 
        at <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]: Write operation failed: computed property "getArgumentLabels" is readonly.

      65 | 			var wrapper = shallowMount( FunctionEditorInputsItem );
      66 |
    > 67 | 			wrapper.vm.getArgumentLabels = jest.fn().mockReturnValue( {} );
         | 			                             ^
      68 | 			wrapper.vm.setArgumentLabel();
      69 |
      70 | 			expect( actions.addZMonolingualString ).not.toHaveBeenCalled();

      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 getArgumentLabels] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at Object.<anonymous> (tests/jest/components/function/editor/FunctionEditorInputsItem.test.js:67:33)

    console.warn
      [Vue warn]: Missing required prop: "index" 
        at <WlFunctionDefinitionInputsItem zLang="Z10002" ref="VTU_COMPONENT" > 
        at <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: "zobjectId" 
        at <WlFunctionDefinitionInputsItem zLang="Z10002" ref="VTU_COMPONENT" > 
        at <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: "isMainLanguageBlock" 
        at <WlFunctionDefinitionInputsItem zLang="Z10002" ref="VTU_COMPONENT" > 
        at <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: "canEditType" 
        at <WlFunctionDefinitionInputsItem zLang="Z10002" ref="VTU_COMPONENT" > 
        at <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: "isMobile" 
        at <WlFunctionDefinitionInputsItem zLang="Z10002" ref="VTU_COMPONENT" > 
        at <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: "index" 
        at <WlFunctionDefinitionInputsItem isMainLanguageBlock=true canEditType=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: "zobjectId" 
        at <WlFunctionDefinitionInputsItem isMainLanguageBlock=true canEditType=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: "zLang" 
        at <WlFunctionDefinitionInputsItem isMainLanguageBlock=true canEditType=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: "isMobile" 
        at <WlFunctionDefinitionInputsItem isMainLanguageBlock=true canEditType=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 <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector key=1 ref="typeSelector" type="Z4"  ... > 
        at <WlFunctionDefinitionInputsItem isMainLanguageBlock=true canEditType=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:5:4887)

    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 a type" end-icon= {
        ltr: '<path d="M15 1H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm-4 15H9v-2h2zm2.7-7.6a4.88 4.88 0 0 1-.3.7 2.65 2.65 0 0 1-.5.6l-.5.5a2.65 2.65 0 0 1-.6.5c-.2.2-.3.4-.5.6a1.91 1.91 0 0 0-.3.8 3.4 3.4 0 0 0-.1 1H9.1a4.87 4.87 0 0 1 .1-1.2 2.92 2.92 0 0 1 .2-.9 2.51 2.51 0 0 1 .4-.7l.6-.6a1.76 1.76 0 0 1 .5-.4c.2-.1.3-.3.4-.4l.3-.6a1.7 1.7 0 0 0 .1-.7 2.92 2.92 0 0 0-.2-.9 2.19 2.19 0 0 0-1-.9.9.9 0 0 0-.5-.1 1.68 1.68 0 0 0-1.5.7A2.86 2.86 0 0 0 8 8.1H6.2a5.08 5.08 0 0 1 .3-1.7 3.53 3.53 0 0 1 .8-1.3 3.6 3.6 0 0 1 1.2-.8 5.08 5.08 0 0 1 1.7-.3 5.9 5.9 0 0 1 1.4.2 2.59 2.59 0 0 1 1.1.7 4.44 4.44 0 0 1 .8 1.1 4 4 0 0 1 .3 1.5 3.08 3.08 0 0 1-.1.9z"/>',
        shouldFlip: true,
        shouldFlipExceptions: [ 'he', 'yi' ]
      } class="cdx-lookup__input"  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector key=1 ref="typeSelector" type="Z4"  ... > 
        at <WlFunctionDefinitionInputsItem isMainLanguageBlock=true canEditType=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 a type" end-icon= {
        ltr: '<path d="M15 1H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm-4 15H9v-2h2zm2.7-7.6a4.88 4.88 0 0 1-.3.7 2.65 2.65 0 0 1-.5.6l-.5.5a2.65 2.65 0 0 1-.6.5c-.2.2-.3.4-.5.6a1.91 1.91 0 0 0-.3.8 3.4 3.4 0 0 0-.1 1H9.1a4.87 4.87 0 0 1 .1-1.2 2.92 2.92 0 0 1 .2-.9 2.51 2.51 0 0 1 .4-.7l.6-.6a1.76 1.76 0 0 1 .5-.4c.2-.1.3-.3.4-.4l.3-.6a1.7 1.7 0 0 0 .1-.7 2.92 2.92 0 0 0-.2-.9 2.19 2.19 0 0 0-1-.9.9.9 0 0 0-.5-.1 1.68 1.68 0 0 0-1.5.7A2.86 2.86 0 0 0 8 8.1H6.2a5.08 5.08 0 0 1 .3-1.7 3.53 3.53 0 0 1 .8-1.3 3.6 3.6 0 0 1 1.2-.8 5.08 5.08 0 0 1 1.7-.3 5.9 5.9 0 0 1 1.4.2 2.59 2.59 0 0 1 1.1.7 4.44 4.44 0 0 1 .8 1.1 4 4 0 0 1 .3 1.5 3.08 3.08 0 0 1-.1.9z"/>',
        shouldFlip: true,
        shouldFlipExceptions: [ 'he', 'yi' ]
      } class="cdx-lookup__input"  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector key=1 ref="typeSelector" type="Z4"  ... > 
        at <WlFunctionDefinitionInputsItem isMainLanguageBlock=true canEditType=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: fetchZKeys

      355 | 								value: normalizedSearchValue,
      356 | 								label: label + ' (' + normalizedSearchValue + ')'
    > 357 | 							} );
          | 							  ^
      358 | 						} else {
      359 | 							self.validatorSetError( 'wikilambda-invalidzobject' );
      360 | 						}

      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.fetchZKeys (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:357: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/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)

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 fit-width=true  ... >

      111 | 			 * this is the string that should be shown
      112 | 			 *
    > 113 | 			 * @return {string}
          | 			                   ^
      114 | 			 */
      115 | 			langLabel: function () {
      116 | 				return this.getLabel( this.lang );

      at warn$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:113:736)
      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 fit-width=true chip="EN" placeholder="Enter text"  ... > 
        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  ... >

      133 | 			if ( this.hasChip ) {
      134 | 				classes.push( 'ext-wikilambda-edit-text-input__chipped' );
    > 135 | 				if ( this.chip.length > 2 ) {
          | 				                             ^
      136 | 					classes.push( 'ext-wikilambda-edit-text-input__chipped__lg' );
      137 | 				} else {
      138 | 					classes.push( 'ext-wikilambda-edit-text-input__chipped__sm' );

      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:135:605)
      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 fit-width=true chip="EN" placeholder="Enter text"  ... > 
        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__fitted ext-wikilambda-edit-text-input__chipped ext-wikilambda-edit-text-input__chipped__sm" style= { width: '14ch' }  ... > 
        at <WlTextInput fit-width=true chip="EN" placeholder="Enter text"  ... > 
        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/store/modules/zImplementations.test.js
PASS tests/jest/integration/EditFunction.test.js (14.784 s)
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      86 | 	it( 'allows editing the function, making use of most important features', async () => {
      87 | 		const { findByRole, getAllByLabelText, getByText, findAllByRole } =
    > 88 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      89 |
      90 | 		// ACT: Change the first argument type.
      91 | 		const chineseArgumentsArea = ( await findAllByRole( 'inputs-container' ) )[ 0 ];

      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:88: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="Chinese" onUpdate:modelValue= [ [Function (anonymous)], [Function: z] ] placeholder="Select language"  ... > 
        at <CdxLookup key=1 selected="Z1006" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector ref="languageSelector" class="ext-wikilambda-language-selector__add-language" aria-labelledby="ext-wikilambda-language-selector__add-language-label"  ... > 
        at <WlFnEditorZLanguageSelector class="ext-wikilambda-function-definition__container__input__language__selector" z-language="Z1006" onChange=fn<onChange> > 
        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]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        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.log
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 172

      at Object.<anonymous> (jest.setup.js:96:11)

    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-1" ref="menu" selected="Z6"  ... > 
        at <CdxLookup key=1 selected="Z6" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector key=1 ref="typeSelector" type="Z4"  ... > 
        at <WlFunctionDefinitionInputsItem key=15 index=0 class="ext-wikilambda-function-definition-inputs__row"  ... > 
        at <WlFunctionEditorInputs is-mobile=false z-lang="Z1006" is-main-language-block=true  ... > 
        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-1" ref="menu" selected="Z6"  ... > 
        at <CdxLookup key=1 selected="Z6" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector key=1 ref="typeSelector" type="Z4"  ... > 
        at <WlFunctionDefinitionInputsItem key=15 index=0 class="ext-wikilambda-function-definition-inputs__row"  ... > 
        at <WlFunctionEditorInputs is-mobile=false z-lang="Z1006" is-main-language-block=true  ... > 
        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]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-publishdialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition id="publish-dialog" > 
        at <CdxDialog id="publish-dialog" title="" open=true  ... > 
        at <WlPublishDialog show-dialog=true should-unattach-implementation-and-tester=true onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish should-unattach-implementation-and-tester=true is-disabled=false > 
        at <WlFunctionDefinitionFooter is-editing=true should-unattach-implementation-and-tester=true publish-disabled=false  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor 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 _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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]: Write operation failed: computed property "getArgumentLabel" is readonly.

      296 | 				};
      297 | 			} else {
    > 298 | 				payload = {
          | 				           ^
      299 | 					id: this.getZArgumentType.id,
      300 | 					type: Constants.Z_REFERENCE,
      301 | 					value: type

      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 getArgumentLabel] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at onUpdate:modelValue._cache.<computed> (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorInputsItem.vue:298:35)
      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 "getArgumentLabel" is readonly.

      296 | 				};
      297 | 			} else {
    > 298 | 				payload = {
          | 				           ^
      299 | 					id: this.getZArgumentType.id,
      300 | 					type: Constants.Z_REFERENCE,
      301 | 					value: type

      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 getArgumentLabel] (node_modules/@vue/compat/dist/vue.cjs.js:6270:36)
      at Object.set (node_modules/@vue/compat/dist/vue.cjs.js:6012:26)
      at onUpdate:modelValue._cache.<computed> (resources/ext.wikilambda.edit/components/function/editor/FunctionEditorInputsItem.vue:298:35)
      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]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-publishdialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition id="publish-dialog" > 
        at <CdxDialog id="publish-dialog" title="" open=true  ... > 
        at <WlPublishDialog show-dialog=true should-unattach-implementation-and-tester=false onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish should-unattach-implementation-and-tester=false is-disabled=false > 
        at <WlFunctionDefinitionFooter is-editing=true should-unattach-implementation-and-tester=false publish-disabled=false  ... > 
        at <WlFunctionEditorDefinition> 
        at <WlFunctionEditor 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 _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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/ZResponseEnvelope.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]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined parent-type="Z22" readonly=false > 
        at <WlZResponseEnvelope zobjectId=0 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@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 id="metadata-dialog" open=false onUpdate:open=fn  ... > 
        at <WlZResponseEnvelope zobjectId=0 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 id="metadata-dialog" open=false onUpdate:open=fn  ... > 
        at <WlZResponseEnvelope zobjectId=0 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 id="metadata-dialog" open=false onUpdate:open=fn  ... > 
        at <WlZResponseEnvelope zobjectId=0 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 "showDividers" with v-bind value `false` will render showDividers="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 id="metadata-dialog" open=false onUpdate:open=fn  ... > 
        at <WlZResponseEnvelope zobjectId=0 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 "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined parent-type="Z22" readonly=false > 
        at <WlZResponseEnvelope zobjectId=0 ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined parent-type="Z22" readonly=false > 
        at <WlZResponseEnvelope zobjectId=0 ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined parent-type="Z22" readonly=false > 
        at <WlZResponseEnvelope zobjectId=0 ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined parent-type="Z22" readonly=false > 
        at <WlZResponseEnvelope zobjectId=0 ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined parent-type="Z22" readonly=false > 
        at <WlZResponseEnvelope zobjectId=0 ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined parent-type="Z22" readonly=false > 
        at <WlZResponseEnvelope zobjectId=0 ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      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/ZFunctionCallRunner.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 <WlZFunctionCallRunner 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 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 job (node_modules/@vue/compat/dist/vue.cjs.js:4044:37)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4092:13)
      at watch (node_modules/@vue/compat/dist/vue.cjs.js:3929:12)

PASS tests/jest/store/modules/callzfunction.test.js
PASS tests/jest/components/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)

    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 <WlZFunctionCall zobjectId=0 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 job (node_modules/@vue/compat/dist/vue.cjs.js:4044:37)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4092:13)
      at watch (node_modules/@vue/compat/dist/vue.cjs.js:3929:12)

    console.error
      [vuex] unknown action type: setIsZObjectDirty

      171 | 		},
      172 | 		zFunctionCall: function () {
    > 173 | 			return this.getZkeys[ Constants.Z_FUNCTION_CALL ];
          | 			        ^
      174 | 		},
      175 | 		zFunctionCallKeys: function () {
      176 | 			if ( this.zFunctionCall ) {

      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.setIsZObjectDirty (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.typeHandler (resources/ext.wikilambda.edit/components/main-types/ZFunctionCall.vue:173: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)
      at Object.<anonymous> (tests/jest/components/ZFunctionCall.test.js:88:8)

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.

      37 | 			getByRole,
      38 | 			getByText
    > 39 | 		} = render( App, { global: { plugins: [ store ] } } );
         | 		    ^
      40 |
      41 | 		// ACT: Enter a name for the implementation.
      42 | 		await fireEvent.update(

      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:39:7)

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.onUpdate [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/main-types/ZLabelsBlock.vue:290:14)
      at 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 "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: z] ] placeholder="Select language"  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector key=1 ref="languageSelector" used-languages= [ { Z1K1: 'Z9', Z9K1: 'Z1002' } ]  ... > 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label="" tester-label=""  ... > 
        at <WlZFunctionTesterReport z-function-id="Z12345" z-implementation-id="Z0" > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "persistent" with v-bind value `false` will render persistent="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 <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlZObjectEditor onMounted=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.log
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 605

      at Object.<anonymous> (jest.setup.js:96:11)

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.onUpdate [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/main-types/ZLabelsBlock.vue:290:14)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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 <WlZFunctionCall key=1 zobject-id=36 type="Z7"  ... > 
        at <WlZObject key=3 zobject-id=36 persistent=false > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 selected="composition" onUpdate:selected= [ [Function (anonymous)], [Function: bound changeImplMode] ] class="ext-wikilambda-zimplementation__mode-selector"  ... > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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="composition" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-8" ref="menu" selected="composition"  ... > 
        at <CdxSelect selected="composition" onUpdate:selected= [ [Function (anonymous)], [Function: bound changeImplMode] ] class="ext-wikilambda-zimplementation__mode-selector"  ... > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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="code" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-8" ref="menu" selected="composition"  ... > 
        at <CdxSelect selected="composition" onUpdate:selected= [ [Function (anonymous)], [Function: bound changeImplMode] ] class="ext-wikilambda-zimplementation__mode-selector"  ... > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 selected="composition" onUpdate:selected= [ [Function (anonymous)], [Function: bound changeImplMode] ] class="ext-wikilambda-zimplementation__mode-selector"  ... > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=41 > 
        at <WlZFunctionEvaluator> 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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) (3) 
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=41 > 
        at <WlZFunctionEvaluator> 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=41 > 
        at <WlZFunctionEvaluator> 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.onUpdate [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/main-types/ZLabelsBlock.vue:290:14)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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) (4) 
        at <WlZString key=1 zobject-id=47 type="Z6"  ... > 
        at <WlZObject zobject-id=47 persistent=false parent-type="Z7"  ... > 
        at <WlZObjectKey zobject-id=47 persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=41 > 
        at <WlZFunctionEvaluator> 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCall key=1 zobject-id=36 type="Z7"  ... > 
        at <WlZObject key=3 zobject-id=36 persistent=false > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCall key=1 zobject-id=36 type="Z7"  ... > 
        at <WlZObject key=3 zobject-id=36 persistent=false > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.onUpdate [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/main-types/ZLabelsBlock.vue:290:14)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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) (5) 
        at <WlZArgumentReference key=1 zobject-id=55 type="Z18"  ... > 
        at <WlZObject zobject-id=55 persistent=false parent-type="Z7"  ... > 
        at <WlZObjectKey zobject-id=55 persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCall key=1 zobject-id=36 type="Z7"  ... > 
        at <WlZObject key=3 zobject-id=36 persistent=false > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-publishdialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition id="publish-dialog" > 
        at <CdxDialog id="publish-dialog" title="" open=true  ... > 
        at <WlPublishDialog show-dialog=true should-unattach-implementation-and-tester=false onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish is-disabled=false > 
        at <WlZObjectEditor 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 _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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/function/ZTesterImplResult.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/views/ZObjectEditor.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 "shouldUnattachImplementationAndTester" with v-bind value `false` will render shouldUnattachImplementationAndTester="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 <WlZObjectPublish is-disabled=true > 
        at <WlZObjectEditor 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 "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlZObjectEditor ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@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 "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 <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlZObjectEditor 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 "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlZObjectEditor ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlZObjectEditor ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlZObjectEditor ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlZObjectEditor ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlZObjectEditor ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlZObjectEditor ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      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/CancelEditExistingFunction.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      72 | 	it( 'allows cancelling with no changes', async () => {
      73 | 		const { findByText } =
    > 74 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      75 |
      76 | 		// ACT: Click cancel button.
      77 | 		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:74: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="Chinese" onUpdate:modelValue= [ [Function (anonymous)], [Function: z] ] placeholder="Select language"  ... > 
        at <CdxLookup key=1 selected="Z1006" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector ref="languageSelector" class="ext-wikilambda-language-selector__add-language" aria-labelledby="ext-wikilambda-language-selector__add-language-label"  ... > 
        at <WlFnEditorZLanguageSelector class="ext-wikilambda-function-definition__container__input__language__selector" z-language="Z1006" onChange=fn<onChange> > 
        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]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        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.log
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 173

      at Object.<anonymous> (jest.setup.js:96:11)

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      83 | 	it( 'allows cancelling after changes', async () => {
      84 | 		const { getByText, findByRole, findByText, getAllByLabelText } =
    > 85 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      86 |
      87 | 		// ACT: Click "Add labels in another language".
      88 | 		await fireEvent.click( await findByText( 'Add labels in another 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:85:4)

    console.warn
      [Vue warn]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1006" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1532" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        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.log
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 1177

      at Object.<anonymous> (jest.setup.js:96:11)

    console.warn
      [Vue warn]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="" is-main-z-object=false onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      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=""  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector ref="languageSelector" class="ext-wikilambda-language-selector__add-language" aria-labelledby="ext-wikilambda-language-selector__add-language-label"  ... > 
        at <WlFnEditorZLanguageSelector class="ext-wikilambda-function-definition__container__input__language__selector" z-language="" onChange=fn<onChange> > 
        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=""  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector ref="languageSelector" class="ext-wikilambda-language-selector__add-language" aria-labelledby="ext-wikilambda-language-selector__add-language-label"  ... > 
        at <WlFnEditorZLanguageSelector class="ext-wikilambda-function-definition__container__input__language__selector" z-language="" onChange=fn<onChange> > 
        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)

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]: Missing required prop: "isMobile" 
        at <WlFunctionEditorInputs ref="VTU_COMPONENT" > 
        at <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 <WlFunctionEditorInputs 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: "isMobile" 
        at <WlFunctionEditorInputs 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]: Missing required prop: "isMobile" 
        at <WlFunctionEditorInputs 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 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 <WlFunctionEditorInputsItem key=6 index=0 class="ext-wikilambda-function-definition-inputs__row"  ... > 
        at <WlFunctionEditorInputs 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)

    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=6 index=0 class="ext-wikilambda-function-definition-inputs__row"  ... > 
        at <WlFunctionEditorInputs 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)

    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=6 index=0 class="ext-wikilambda-function-definition-inputs__row"  ... > 
        at <WlFunctionEditorInputs 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)

    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=6 index=0 class="ext-wikilambda-function-definition-inputs__row"  ... > 
        at <WlFunctionEditorInputs 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)

    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=6 index=0 class="ext-wikilambda-function-definition-inputs__row"  ... > 
        at <WlFunctionEditorInputs 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)

    console.warn
      [Vue warn]: Missing required prop: "isMobile" 
        at <WlFunctionEditorInputs 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]: Missing required prop: "isMobile" 
        at <WlFunctionEditorInputs 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)

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.

      52 | 	it( 'allows cancelling with no changes', async () => {
      53 | 		const { findByText } =
    > 54 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      55 |
      56 | 		// ACT: Click cancel button.
      57 | 		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:54: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="English" onUpdate:modelValue= [ [Function (anonymous)], [Function: z] ] placeholder="Select language"  ... > 
        at <CdxLookup key=1 selected="Z1002" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector ref="languageSelector" class="ext-wikilambda-language-selector__add-language" aria-labelledby="ext-wikilambda-language-selector__add-language-label"  ... > 
        at <WlFnEditorZLanguageSelector class="ext-wikilambda-function-definition__container__input__language__selector" z-language="Z1002" onChange=fn<onChange> > 
        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]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        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.log
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 356

      at Object.<anonymous> (jest.setup.js:96:11)

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      63 | 	it( 'allows cancelling after changes', async () => {
      64 | 		const { getByText, findByRole, findByLabelText } =
    > 65 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      66 |
      67 | 		// ACT: Select Chinese as the natural language.
      68 | 		const languageSelector = await findByLabelText( '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/CancelEditNewFunction.test.js:65:4)

    console.warn
      [Vue warn]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName z-lang="Z1002" is-main-z-object=true onUpdatedName=fn<bound updatedLabel> > 
        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 applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        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.log
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 626

      at Object.<anonymous> (jest.setup.js:96:11)

    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-5" ref="menu" selected="Z1002"  ... > 
        at <CdxLookup key=1 selected="Z1002" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector ref="languageSelector" class="ext-wikilambda-language-selector__add-language" aria-labelledby="ext-wikilambda-language-selector__add-language-label"  ... > 
        at <WlFnEditorZLanguageSelector class="ext-wikilambda-function-definition__container__input__language__selector" z-language="Z1002" onChange=fn<onChange> > 
        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-5" ref="menu" selected="Z1002"  ... > 
        at <CdxLookup key=1 selected="Z1002" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector ref="languageSelector" class="ext-wikilambda-language-selector__add-language" aria-labelledby="ext-wikilambda-language-selector__add-language-label"  ... > 
        at <WlFnEditorZLanguageSelector class="ext-wikilambda-function-definition__container__input__language__selector" z-language="Z1002" onChange=fn<onChange> > 
        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)

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/integration/AttachFunctionImplementation.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      89 | 	// this causes CdxTabs to throw an error when a new tab is navigated to on the functon viewer page. To avoid this,
      90 | 	// we pass `render` a parentless <div> to mount on.
    > 91 | 	render( App, { container: document.createElement( 'div' ), global: { plugins: [ store ] } } );
         | 	^
      92 |
      93 | module.exports = {
      94 | 	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:91: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.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutNames> 
        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-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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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-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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@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-hidden" with v-bind value `false` will render aria-hidden="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 <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        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
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 159

      at Object.<anonymous> (jest.setup.js:96:11)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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-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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "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',
            type: '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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: '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: 'Deactivated',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label="Implementation by composition, in English" tester-label=undefined  ... > 
        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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label=undefined tester-label=undefined  ... > 
        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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label=undefined 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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: '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: 'Deactivated',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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-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: z] ] placeholder="ZObject"  ... > 
        at <CdxLookup key=1 selected="Z12345" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector selected-id="Z12345" initial-selection-label="function name, in Chinese" type="Z8"  ... > 
        at <WlZReference zobject-key="Z12345" search-type="Z8" readonly=true > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@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 "persistent" with v-bind value `false` will render persistent="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 <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z1111: {
          title: 'Implementation in code, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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) (2) 
        at <WlZString key=1 zobject-id=137 type="Z6"  ... > 
        at <WlZObject zobject-id=137 persistent=false parent-type="Z7"  ... > 
        at <WlZObjectKey zobject-id=137 persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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: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 "emptyText". Expected String with value "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Approved',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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/App.test.js
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 selected="" onUpdate:selected= [ [Function (anonymous)], [Function: bound selectLanguage] ] class="ext-wikilambda-zcode__language-selector"  ... > 
        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-zcode__code-editor" mode="" 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/integration/AttachFunctionTester.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      89 | 	// this causes CdxTabs to throw an error when a new tab is navigated to on the functon viewer page. To avoid this,
      90 | 	// we pass `render` a parentless <div> to mount on.
    > 91 | 	render( App, { container: document.createElement( 'div' ), global: { plugins: [ store ] } } );
         | 	^
      92 |
      93 | module.exports = {
      94 | 	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:91: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.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutNames> 
        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-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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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-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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@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-hidden" with v-bind value `false` will render aria-hidden="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 <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        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
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 164

      at Object.<anonymous> (jest.setup.js:96:11)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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-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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "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',
            type: '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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: '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: 'Deactivated',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label="Implementation by composition, in English" tester-label=undefined  ... > 
        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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label=undefined tester-label=undefined  ... > 
        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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label=undefined 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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: '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: 'Deactivated',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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-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: z] ] placeholder="ZObject"  ... > 
        at <CdxLookup key=1 selected="Z12345" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector selected-id="Z12345" initial-selection-label="function name, in Chinese" type="Z8"  ... > 
        at <WlZReference zobject-key="Z12345" search-type="Z8" readonly=true > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@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 "persistent" with v-bind value `false` will render persistent="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 <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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) (2) 
        at <WlZString key=1 zobject-id=137 type="Z6"  ... > 
        at <WlZObject zobject-id=137 persistent=false parent-type="Z7"  ... > 
        at <WlZObjectKey zobject-id=137 persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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: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 "emptyText". Expected String with value "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Approved',
            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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Approved',
            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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Approved',
            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: 'Approved',
            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]: Invalid prop: type check failed for prop "emptyText". Expected String with value "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Approved',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Approved',
            props: [Object],
            class: '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: 'Approved',
            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/DetachFunctionTester.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      89 | 	// this causes CdxTabs to throw an error when a new tab is navigated to on the functon viewer page. To avoid this,
      90 | 	// we pass `render` a parentless <div> to mount on.
    > 91 | 	render( App, { container: document.createElement( 'div' ), global: { plugins: [ store ] } } );
         | 	^
      92 |
      93 | module.exports = {
      94 | 	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:91: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.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutNames> 
        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-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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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-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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@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-hidden" with v-bind value `false` will render aria-hidden="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 <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        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
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 160

      at Object.<anonymous> (jest.setup.js:96:11)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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-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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "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',
            type: '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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: '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: 'Deactivated',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label="Implementation by composition, in English" tester-label=undefined  ... > 
        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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label=undefined tester-label=undefined  ... > 
        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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label=undefined 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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: '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: 'Deactivated',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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-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: z] ] placeholder="ZObject"  ... > 
        at <CdxLookup key=1 selected="Z12345" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector selected-id="Z12345" initial-selection-label="function name, in Chinese" type="Z8"  ... > 
        at <WlZReference zobject-key="Z12345" search-type="Z8" readonly=true > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@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 "persistent" with v-bind value `false` will render persistent="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 <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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) (2) 
        at <WlZString key=1 zobject-id=137 type="Z6"  ... > 
        at <WlZObject zobject-id=137 persistent=false parent-type="Z7"  ... > 
        at <WlZObjectKey zobject-id=137 persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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: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 "emptyText". Expected String with value "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Deactivated',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Deactivated',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Deactivated',
            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]: Invalid prop: type check failed for prop "emptyText". Expected String with value "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Deactivated',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Deactivated',
            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/ZObjectKey.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: "zobjectId" 
        at <WlZObjectKey ref="VTU_COMPONENT" > 
        at <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: "parentType" 
        at <WlZObjectKey ref="VTU_COMPONENT" > 
        at <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 "parentType". Expected String with value "undefined", got Undefined  
        at <WlZKeyModeSelector key=2 mode="reference" parent-type=undefined  ... > 
        at <WlZObjectKey ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentType". Expected String with value "undefined", got Undefined  
        at <WlZKeyModeSelector key=2 mode="reference" parent-type=undefined  ... > 
        at <WlZObjectKey ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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: "zobjectId" 
        at <WlZObjectKey zKey="Z3K1" ref="VTU_COMPONENT" > 
        at <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: "parentType" 
        at <WlZObjectKey zKey="Z3K1" ref="VTU_COMPONENT" > 
        at <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 "parentType". Expected String with value "undefined", got Undefined  
        at <WlZKeyModeSelector key=2 mode="reference" parent-type=undefined  ... > 
        at <WlZObjectKey zKey="Z3K1" ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentType". Expected String with value "undefined", got Undefined  
        at <WlZKeyModeSelector key=2 mode="reference" parent-type=undefined  ... > 
        at <WlZObjectKey ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentType". Expected String with value "undefined", got Undefined  
        at <WlZKeyModeSelector key=2 mode="reference" parent-type=undefined  ... > 
        at <WlZObjectKey zKey="Z3K1" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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: "zobjectId" 
        at <WlZObjectKey zKey="Z3K1" ref="VTU_COMPONENT" > 
        at <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: "parentType" 
        at <WlZObjectKey zKey="Z3K1" ref="VTU_COMPONENT" > 
        at <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 "parentType". Expected String with value "undefined", got Undefined  
        at <WlZKeyModeSelector key=2 mode="reference" parent-type=undefined  ... > 
        at <WlZObjectKey zKey="Z3K1" ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentType". Expected String with value "undefined", got Undefined  
        at <WlZKeyModeSelector key=2 mode="reference" parent-type=undefined  ... > 
        at <WlZObjectKey ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentType". Expected String with value "undefined", got Undefined  
        at <WlZKeyModeSelector key=2 mode="reference" parent-type=undefined  ... > 
        at <WlZObjectKey zKey="Z3K1" ref="VTU_COMPONENT" > 
        at <VTUROOT>

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "parentType". Expected String with value "undefined", got Undefined  
        at <WlZKeyModeSelector key=2 mode="reference" parent-type=undefined  ... > 
        at <WlZObjectKey zKey="Z3K1" ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (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/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 | 					this.$emit( 'set-value', { keyPath, value } );
      85 | 				}
    > 86 | 			},
         | 			  ^
      87 | 			/**
      88 | 			 * Returns the key that contains the string value
      89 | 			 * represented in this component.

      at warn$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:490)

    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 fit-width=true aria-label=""  ... > 
        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/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)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang=undefined button-type="normal"  ... > 
        at <WlFunctionViewerAboutNames ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      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/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/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]: Missing required prop: "zobjectId" 
        at <Anonymous ref="VTU_COMPONENT" > 
        at <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: "zobjectId" 
        at <Anonymous ref="VTU_COMPONENT" > 
        at <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 "fitWidth" with v-bind value `false` will render fitWidth="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=0 class="ext-wikilambda-zimplementation__function-selector" aria-labelledby="ext-wikilambda-zimplementation_function-label"  ... > 
        at <Anonymous 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 <CdxSelect selected="code" onUpdate:selected= [ [Function (anonymous)], [Function: bound changeImplMode] ] class="ext-wikilambda-zimplementation__mode-selector"  ... > 
        at <Anonymous 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 "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZCode key=2 zobject-id=undefined onSelectLanguage=fn<bound selectLanguage>  ... > 
        at <Anonymous ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@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: "zobjectId" 
        at <Anonymous viewMode=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/DetachFunctionImplementation.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      89 | 	// this causes CdxTabs to throw an error when a new tab is navigated to on the functon viewer page. To avoid this,
      90 | 	// we pass `render` a parentless <div> to mount on.
    > 91 | 	render( App, { container: document.createElement( 'div' ), global: { plugins: [ store ] } } );
         | 	^
      92 |
      93 | module.exports = {
      94 | 	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:91: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.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutNames> 
        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-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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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-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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@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-hidden" with v-bind value `false` will render aria-hidden="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 <CdxTab key=0 name="wl-function-viewer-about" label="About" > 
        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
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 158

      at Object.<anonymous> (jest.setup.js:96:11)

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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-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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "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',
            type: '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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: '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: 'Deactivated',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label="Implementation by composition, in English" tester-label=undefined  ... > 
        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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label=undefined tester-label=undefined  ... > 
        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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label=undefined 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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: '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: 'Deactivated',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z1111: {
          title: 'Z1111',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Approved',
            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: 'Deactivated',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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-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: z] ] placeholder="ZObject"  ... > 
        at <CdxLookup key=1 selected="Z12345" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector selected-id="Z12345" initial-selection-label="function name, in Chinese" type="Z8"  ... > 
        at <WlZReference zobject-key="Z12345" search-type="Z8" readonly=true > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@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 "persistent" with v-bind value `false` will render persistent="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 <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at initProps (node_modules/@vue/compat/dist/vue.cjs.js:6640:9)
      at setupComponent (node_modules/@vue/compat/dist/vue.cjs.js:10575:5)
      at mountComponent (node_modules/@vue/compat/dist/vue.cjs.js:8848:13)
      at processComponent (node_modules/@vue/compat/dist/vue.cjs.js:8819:17)
      at patch (node_modules/@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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            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: 'Deactivated',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            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: 'Deactivated',
            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'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            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: 'Deactivated',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "buttonIcon". Expected String with value "[object Object]", got Object  
        at <WlFunctionViewerSidebar list= [] z-lang="Z1002" button-type="normal"  ... > 
        at <WlFunctionViewerAboutAliases> 
        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 validateProp (node_modules/@vue/compat/dist/vue.cjs.js:7001:13)
      at validateProps (node_modules/@vue/compat/dist/vue.cjs.js:6972:9)
      at updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        Z2222: {
          title: 'Implementation by composition, in English',
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 updateProps (node_modules/@vue/compat/dist/vue.cjs.js:6761:9)
      at updateComponentPreRender (node_modules/@vue/compat/dist/vue.cjs.js:9105:9)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9017:21)
      at ReactiveEffect.run (node_modules/@vue/compat/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) (2) 
        at <WlZString key=1 zobject-id=137 type="Z6"  ... > 
        at <WlZObject zobject-id=137 persistent=false parent-type="Z7"  ... > 
        at <WlZObjectKey zobject-id=137 persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=131 > 
        at <WlZFunctionEvaluator> 
        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: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 "emptyText". Expected String with value "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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]: Missing required prop: "title" 
        at <CdxDialog id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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'
        },
        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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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 "There are currently no implementations for this function", got Object  
        at <WlFunctionViewerDetailsTable name="implementations" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        language: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-language-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          class: 'ext-wikilambda-function-details-table-text'
        },
        testsPassed: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-tests-passed-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: 'Deactivated',
            props: [Object],
            class: 'ext-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: 'Deactivated',
            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 "There are currently no test cases for this function.", got Object  
        at <WlFunctionViewerDetailsTable name="testers" header= {
        checkbox: {
          title: '',
          component: 'cdx-checkbox',
          props: { modelValue: false, 'onUpdate:modelValue': [Function: bound ] },
          class: 'ext-wikilambda-function-details-table-text'
        },
        name: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-name-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'
        },
        state: {
          title: Mocki18n {
            string: 'wikilambda-function-implementation-state-label'
          },
          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: 'Deactivated',
            props: [Object],
            class: '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: 'Approved',
            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/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 <WlZObjectType row-id=0 edit=false expected-type="Z1"  ... > 
        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 "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 <WlZObjectType row-id=0 edit=false expected-type="Z1"  ... > 
        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 "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 <CdxSelect id=undefined selected="Z1" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z1" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'English', value: 'Z9', icon: undefined },
        { label: 'English', value: 'Z7', icon: undefined },
        { label: 'English', value: 'Z1', icon: undefined }
      ]  ... > 
        at <WlZObjectType row-id=0 edit=true expected-type="Z1"  ... > 
        at <WlZTypedListType 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 "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-1" ref="menu" selected="Z1"  ... > 
        at <CdxSelect id=undefined selected="Z1" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z1" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'English', value: 'Z9', icon: undefined },
        { label: 'English', value: 'Z7', icon: undefined },
        { label: 'English', value: 'Z1', icon: undefined }
      ]  ... > 
        at <WlZObjectType row-id=0 edit=true expected-type="Z1"  ... > 
        at <WlZTypedListType 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 "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-1" ref="menu" selected="Z1"  ... > 
        at <CdxSelect id=undefined selected="Z1" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z1" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'English', value: 'Z9', icon: undefined },
        { label: 'English', value: 'Z7', icon: undefined },
        { label: 'English', value: 'Z1', icon: undefined }
      ]  ... > 
        at <WlZObjectType row-id=0 edit=true expected-type="Z1"  ... > 
        at <WlZTypedListType 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 <CdxSelect id=undefined selected="Z1" onUpdate:selected=fn  ... > 
        at <WlSelect selected="Z1" onUpdate:selected= [ [Function (anonymous)], [Function: bound setValue] ] menu-items= [
        { label: 'English', value: 'Z9', icon: undefined },
        { label: 'English', value: 'Z7', icon: undefined },
        { label: 'English', value: 'Z1', icon: undefined }
      ]  ... > 
        at <WlZObjectType row-id=0 edit=true expected-type="Z1"  ... > 
        at <WlZTypedListType 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.

      164 | 			 *
      165 | 			 * @return {string}
    > 166 | 			 */
          | 			   ^
      167 | 			valueUrl: function () {
      168 | 				if ( this.value ) {
      169 | 					return new mw.Title( this.value ).getUrl();

      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:166: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/CreateNewCodeImplementation.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      28 | 	it( 'allows creating a new code implementation', async () => {
      29 | 		const { findByLabelText, findByRole, getAllByLabelText, getByText } =
    > 30 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      31 |
      32 | 		// ACT: Enter a name for the implementation.
      33 | 		await fireEvent.update(

      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:30:4)

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.onUpdate [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/main-types/ZLabelsBlock.vue:290:14)
      at 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 "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: z] ] placeholder="Select language"  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        at <WlZObjectSelector key=1 ref="languageSelector" used-languages= [ { Z1K1: 'Z9', Z9K1: 'Z1002' } ]  ... > 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog show-dialog=false implementation-label="" tester-label=""  ... > 
        at <WlZFunctionTesterReport z-function-id="Z12345" z-implementation-id="Z0" > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "persistent" with v-bind value `false` will render persistent="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 <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "continueCallback". Expected Function, got String with value "". 
        at <WlLeaveEditorDialog show-dialog=false continue-callback="" onCloseDialog=fn<bound closeLeaveEditorDialog> > 
        at <WlZObjectEditor onMounted=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.log
      Log emitted: timing.wikiLambda.newView.testComponent.mounted - 605

      at Object.<anonymous> (jest.setup.js:96:11)

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at Object.onUpdate [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5979:17)
      at Proxy.render (resources/ext.wikilambda.edit/components/main-types/ZLabelsBlock.vue:290:14)
      at renderComponentRoot (node_modules/@vue/compat/dist/vue.cjs.js:3144:44)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/compat/dist/vue.cjs.js:9038:34)
      at ReactiveEffect.run (node_modules/@vue/compat/dist/vue.cjs.js:753:25)
      at instance.update (node_modules/@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 <WlZFunctionCall key=1 zobject-id=36 type="Z7"  ... > 
        at <WlZObject key=3 zobject-id=36 persistent=false > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 selected="composition" onUpdate:selected= [ [Function (anonymous)], [Function: bound changeImplMode] ] class="ext-wikilambda-zimplementation__mode-selector"  ... > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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="composition" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-8" ref="menu" selected="composition"  ... > 
        at <CdxSelect selected="composition" onUpdate:selected= [ [Function (anonymous)], [Function: bound changeImplMode] ] class="ext-wikilambda-zimplementation__mode-selector"  ... > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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="code" ref_for=true ref=fn<ref>  ... > 
        at <CdxMenu id="cdx-select-menu-8" ref="menu" selected="composition"  ... > 
        at <CdxSelect selected="composition" onUpdate:selected= [ [Function (anonymous)], [Function: bound changeImplMode] ] class="ext-wikilambda-zimplementation__mode-selector"  ... > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 selected="composition" onUpdate:selected= [ [Function (anonymous)], [Function: bound changeImplMode] ] class="ext-wikilambda-zimplementation__mode-selector"  ... > 
        at <Anonymous key=1 zobject-id=7 type="Z14"  ... > 
        at <WlZObject zobject-id=7 persistent=false parent-type="Z2"  ... > 
        at <WlZObjectKey key="Z2K2" zobject-id=7 parent-type="Z2"  ... > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=41 > 
        at <WlZFunctionEvaluator> 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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) (3) 
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=41 > 
        at <WlZFunctionEvaluator> 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "zobjectId". Expected Number with value NaN, got Undefined  
        at <WlZObjectKey zobject-id=undefined persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=41 > 
        at <WlZFunctionEvaluator> 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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 "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: Property "onUpdate" was accessed during render but is not defined on instance. 
        at <Anonymous zobject-id=0 > 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=fn<bound newViewMounted> > 
        at <App ref="VTU_COMPONENT" > 
        at <VTUROOT>

      288 | 				const aliasLang = this.getNestedZObjectById( alias.id, [
      289 | 					Constants.Z_MONOLINGUALSTRINGSET_LANGUAGE,
    > 290 | 					Constants.Z_REFERENCE_ID
          | 					        ^
      291 | 				] );
      292 | 				return ( aliasLang.value === language );
      293 | 			}.bind( this ) );

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

    console.warn
      [Vue warn]: icon-only buttons require one of the following attribute: aria-label or aria-hidden.
      		See documentation on https://doc.wikimedia.org/codex/latest/components/button.html#default-icon-only 
        at <CdxButton type="quiet" class="ext-wikilambda-publishdialog__header__close-button" onClick=fn<bound closeDialog> > 
        at <Transition id="publish-dialog" > 
        at <CdxDialog id="publish-dialog" title="" open=true  ... > 
        at <WlPublishDialog show-dialog=true should-unattach-implementation-and-tester=false onCloseDialog=fn<bound closeDialog> > 
        at <WlZObjectPublish is-disabled=false > 
        at <WlZObjectEditor 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 _t (node_modules/@wikimedia/codex/dist/codex.umd.js:1:5543)
      at $t (node_modules/@wikimedia/codex/dist/codex.umd.js:2:686)
      at ReactiveEffect.fn (node_modules/@wikimedia/codex/dist/codex.umd.js:2:1098)
      at ReactiveEffect.run (node_modules/@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) (4) 
        at <WlZString key=1 zobject-id=84 type="Z6"  ... > 
        at <WlZObject zobject-id=84 persistent=false parent-type="Z7"  ... > 
        at <WlZObjectKey zobject-id=84 persistent=false parent-type="Z7"  ... > 
        at <WlZFunctionCallRunner zobject-id=41 > 
        at <WlZFunctionEvaluator> 
        at <WlZPersistentObject key=1 zobject-id=0 type="Z2"  ... > 
        at <WlZObject persistent=true > 
        at <WlZObjectEditor onMounted=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)

PASS tests/jest/store/getters.test.js
PASS tests/jest/components/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)

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="" onUpdate:selected=fn  ... > 
        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:5:4887)

    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: z] ] placeholder="ZObject"  ... >

      at warn$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.On (node_modules/@wikimedia/codex/dist/codex.umd.js:5:5629)
      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="ZObject" end-icon= {
        ltr: '<path d="M15 1H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm-4 15H9v-2h2zm2.7-7.6a4.88 4.88 0 0 1-.3.7 2.65 2.65 0 0 1-.5.6l-.5.5a2.65 2.65 0 0 1-.6.5c-.2.2-.3.4-.5.6a1.91 1.91 0 0 0-.3.8 3.4 3.4 0 0 0-.1 1H9.1a4.87 4.87 0 0 1 .1-1.2 2.92 2.92 0 0 1 .2-.9 2.51 2.51 0 0 1 .4-.7l.6-.6a1.76 1.76 0 0 1 .5-.4c.2-.1.3-.3.4-.4l.3-.6a1.7 1.7 0 0 0 .1-.7 2.92 2.92 0 0 0-.2-.9 2.19 2.19 0 0 0-1-.9.9.9 0 0 0-.5-.1 1.68 1.68 0 0 0-1.5.7A2.86 2.86 0 0 0 8 8.1H6.2a5.08 5.08 0 0 1 .3-1.7 3.53 3.53 0 0 1 .8-1.3 3.6 3.6 0 0 1 1.2-.8 5.08 5.08 0 0 1 1.7-.3 5.9 5.9 0 0 1 1.4.2 2.59 2.59 0 0 1 1.1.7 4.44 4.44 0 0 1 .8 1.1 4 4 0 0 1 .3 1.5 3.08 3.08 0 0 1-.1.9z"/>',
        shouldFlip: true,
        shouldFlipExceptions: [ 'he', 'yi' ]
      } class="cdx-lookup__input"  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        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="ZObject" end-icon= {
        ltr: '<path d="M15 1H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm-4 15H9v-2h2zm2.7-7.6a4.88 4.88 0 0 1-.3.7 2.65 2.65 0 0 1-.5.6l-.5.5a2.65 2.65 0 0 1-.6.5c-.2.2-.3.4-.5.6a1.91 1.91 0 0 0-.3.8 3.4 3.4 0 0 0-.1 1H9.1a4.87 4.87 0 0 1 .1-1.2 2.92 2.92 0 0 1 .2-.9 2.51 2.51 0 0 1 .4-.7l.6-.6a1.76 1.76 0 0 1 .5-.4c.2-.1.3-.3.4-.4l.3-.6a1.7 1.7 0 0 0 .1-.7 2.92 2.92 0 0 0-.2-.9 2.19 2.19 0 0 0-1-.9.9.9 0 0 0-.5-.1 1.68 1.68 0 0 0-1.5.7A2.86 2.86 0 0 0 8 8.1H6.2a5.08 5.08 0 0 1 .3-1.7 3.53 3.53 0 0 1 .8-1.3 3.6 3.6 0 0 1 1.2-.8 5.08 5.08 0 0 1 1.7-.3 5.9 5.9 0 0 1 1.4.2 2.59 2.59 0 0 1 1.1.7 4.44 4.44 0 0 1 .8 1.1 4 4 0 0 1 .3 1.5 3.08 3.08 0 0 1-.1.9z"/>',
        shouldFlip: true,
        shouldFlipExceptions: [ 'he', 'yi' ]
      } class="cdx-lookup__input"  ... > 
        at <CdxLookup key=1 selected="" onUpdate:selected=fn  ... > 
        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/editor/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]: Missing required prop: "continueCallback" 
        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 close-button-label="Close" title="Leave edit mode"  ... > 
        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 close-button-label="Close" title="Leave edit mode"  ... > 
        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 close-button-label="Close" title="Leave edit mode"  ... > 
        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 "showDividers" with v-bind value `false` will render showDividers="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 close-button-label="Close" title="Leave edit mode"  ... > 
        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/components/ZKeyModeSelector.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/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 "fitWidth" with v-bind value `false` will render fitWidth="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 ref="typeSelector" type="Z4" class="ext-wikilambda-function-definition-output__body__entry-field ext-wikilambda-function-definition-output__selector"  ... > 
        at <WlFunctionDefinitionOutput 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: fetchZKeys

      355 | 								value: normalizedSearchValue,
      356 | 								label: label + ' (' + normalizedSearchValue + ')'
    > 357 | 							} );
          | 							  ^
      358 | 						} else {
      359 | 							self.validatorSetError( 'wikilambda-invalidzobject' );
      360 | 						}

      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.fetchZKeys (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:357: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
      [vuex] unknown action type: fetchZKeys

      355 | 								value: normalizedSearchValue,
      356 | 								label: label + ' (' + normalizedSearchValue + ')'
    > 357 | 							} );
          | 							  ^
      358 | 						} else {
      359 | 							self.validatorSetError( 'wikilambda-invalidzobject' );
      360 | 						}

      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.fetchZKeys (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:357: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
      [vuex] unknown action type: fetchZKeys

      355 | 								value: normalizedSearchValue,
      356 | 								label: label + ' (' + normalizedSearchValue + ')'
    > 357 | 							} );
          | 							  ^
      358 | 						} else {
      359 | 							self.validatorSetError( 'wikilambda-invalidzobject' );
      360 | 						}

      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.fetchZKeys (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.mounted (resources/ext.wikilambda.edit/components/ZObjectSelector.vue:357: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/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/store/modules/errors.test.js
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/components/default/ZTypedListItem.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: "listType" 
        at <WlZTypedListItem 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 <WlZObjectKeyValue ref="listValue" row-id=0 edit=false  ... > 
        at <WlZTypedListItem 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: "listType" 
        at <WlZTypedListItem edit=false isTerminalItem=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 <WlZTypedListItem 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 <WlZTypedListItem 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 <WlZTypedListItem edit=true isTerminalItem=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)

PASS tests/jest/components/ZFunction.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: "zobjectId" 
        at <WlZFunction ref="VTU_COMPONENT" > 
        at <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 action type: setAvailableZArguments

       95 | 				] ).value;
       96 | 			},
    >  97 | 			zArgumentId: function () {
          | 			          ^
       98 | 				return this.zobject.filter( function ( item ) {
       99 | 					return item.key === Constants.Z_FUNCTION_ARGUMENTS;
      100 | 				} )[ 0 ].id;

      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.setAvailableZArguments (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.handler (resources/ext.wikilambda.edit/components/main-types/ZFunction.vue:97: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 job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4092: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 <WlZFunction 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 job (node_modules/@vue/compat/dist/vue.cjs.js:4044:37)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4092:13)
      at watch (node_modules/@vue/compat/dist/vue.cjs.js:3929:12)

    console.error
      [vuex] unknown action type: setAvailableZArguments

      101 | 			},
      102 | 			zArgumentList: function () {
    > 103 | 				return this.getZObjectChildrenById( this.zArgumentId );
          | 				         ^
      104 | 			},
      105 | 			zImplementationId: function () {
      106 | 				return this.zobject.filter( function ( item ) {

      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.setAvailableZArguments (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.handler (resources/ext.wikilambda.edit/components/main-types/ZFunction.vue:103: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 job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4092:13)

    console.error
      [vuex] unknown getter: isCreateNewPage

      140 | 		'setAvailableZArguments'
      141 | 	] ), {
    > 142 | 		updateZReturnType: function ( type ) {
          | 		                                      ^
      143 | 			var payload = {
      144 | 				id: this.zReturnType.id,
      145 | 				value: type

      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 isCreateNewPage] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isCreateNewPage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/main-types/ZFunction.vue:142:50)
      at 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)

    console.warn
      [Vue warn]: (deprecation ATTR_FALSE_VALUE) Attribute "fitWidth" with v-bind value `false` will render fitWidth="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 type="Z4" placeholder="Select a Type to return" selected-id=undefined  ... > 
        at <WlZFunction 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: setAvailableZArguments

      101 | 			},
      102 | 			zArgumentList: function () {
    > 103 | 				return this.getZObjectChildrenById( this.zArgumentId );
          | 				         ^
      104 | 			},
      105 | 			zImplementationId: function () {
      106 | 				return this.zobject.filter( function ( item ) {

      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.setAvailableZArguments (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.handler (resources/ext.wikilambda.edit/components/main-types/ZFunction.vue:103: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)
      at flushPreFlushCbs (node_modules/@vue/compat/dist/vue.cjs.js:2044:45)

    console.warn
      [Vue warn]: Missing required prop: "zobjectId" 
        at <WlZFunction ref="VTU_COMPONENT" > 
        at <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 action type: setAvailableZArguments

       95 | 				] ).value;
       96 | 			},
    >  97 | 			zArgumentId: function () {
          | 			          ^
       98 | 				return this.zobject.filter( function ( item ) {
       99 | 					return item.key === Constants.Z_FUNCTION_ARGUMENTS;
      100 | 				} )[ 0 ].id;

      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.setAvailableZArguments (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.handler (resources/ext.wikilambda.edit/components/main-types/ZFunction.vue:97: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 job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4092:13)

    console.error
      [vuex] unknown action type: setAvailableZArguments

      101 | 			},
      102 | 			zArgumentList: function () {
    > 103 | 				return this.getZObjectChildrenById( this.zArgumentId );
          | 				         ^
      104 | 			},
      105 | 			zImplementationId: function () {
      106 | 				return this.zobject.filter( function ( item ) {

      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.setAvailableZArguments (node_modules/vuex/dist/vuex.cjs.js:1283:20)
      at Proxy.handler (resources/ext.wikilambda.edit/components/main-types/ZFunction.vue:103: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 job (node_modules/@vue/compat/dist/vue.cjs.js:4056:17)
      at doWatch (node_modules/@vue/compat/dist/vue.cjs.js:4092:13)

    console.error
      [vuex] unknown getter: isCreateNewPage

      140 | 		'setAvailableZArguments'
      141 | 	] ), {
    > 142 | 		updateZReturnType: function ( type ) {
          | 		                                      ^
      143 | 			var payload = {
      144 | 				id: this.zReturnType.id,
      145 | 				value: type

      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 isCreateNewPage] (node_modules/@vue/compat/dist/vue.cjs.js:6269:30)
      at Object.isCreateNewPage [as get] (node_modules/@vue/compat/dist/vue.cjs.js:5925:27)
      at Proxy.render (resources/ext.wikilambda.edit/components/main-types/ZFunction.vue:142:50)
      at 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)

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/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 "shouldUnattachImplementationAndTester" with v-bind value `false` will render shouldUnattachImplementationAndTester="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 <WlZObjectPublish should-unattach-implementation-and-tester=false is-disabled=false > 
        at <WlFunctionDefinitionFooter 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 "isDisabled" with v-bind value `false` will render isDisabled="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 <WlZObjectPublish should-unattach-implementation-and-tester=false is-disabled=false > 
        at <WlFunctionDefinitionFooter 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: "buttonType" 
        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: "buttonType" 
        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/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]: Missing required prop: "zLang" 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <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]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      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 <CdxTextInput id="ext-wikilambda-function-definition-name__inputundefined" modelValue="" onUpdate:modelValue=fn  ... >

      93 | 				}
      94 | 				var payload = {
    > 95 | 					id: this.getFunctionName.id,
         | 					                            ^
      96 | 					value: value,
      97 | 					isMainZObject: this.isMainZObject
      98 | 				};

      at warn$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/function/editor/FunctionEditorName.vue:95:496)
      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 <CdxTextInput id="ext-wikilambda-function-definition-name__inputundefined" class="ext-wikilambda-function-definition-name__input" aria-label="Name"  ... > 
        at <WlFunctionDefinitionName 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__inputundefined" class="ext-wikilambda-function-definition-name__input" aria-label="Name"  ... > 
        at <WlFunctionDefinitionName 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: "zLang" 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <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]: Method "fn" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expando" has type "string" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "isReady" has type "boolean" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "guid" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "support" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "expr" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "readyWait" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "event" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssNumber" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "cssProps" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "easing" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "timers" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "attrHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "propFix" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "valHooks" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "active" has type "number" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "lastModified" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "etag" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "ajaxSettings" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

    console.warn
      [Vue warn]: Method "offset" has type "object" in the component definition. Did you reference the function correctly? 
        at <WlFunctionDefinitionName ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn$1 (node_modules/@vue/compat/dist/vue.cjs.js:1759:17)
      at applyOptions (node_modules/@vue/compat/dist/vue.cjs.js:6206: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)
      at patch (node_modules/@vue/compat/dist/vue.cjs.js:8421:21)

PASS tests/jest/views/ZObjectViewer.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 "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-view__message__success" auto-dismiss=true type="success" > 
        at <WlZObjectViewer 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-view__message__success" auto-dismiss=true type="success" > 
        at <WlZObjectViewer 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/languages.test.js
PASS tests/jest/store/actions.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/components/function/viewer/ZMetadataDialog.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 <WlZMetadataDialog ref="VTU_COMPONENT" > 
        at <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: "metadata" 
        at <WlZMetadataDialog ref="VTU_COMPONENT" > 
        at <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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog ref="VTU_COMPONENT" > 
        at <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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog 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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog 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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog 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 "showDividers" with v-bind value `false` will render showDividers="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 id="metadata-dialog" class="ext-wikilambda-metadatadialog" open=false  ... > 
        at <WlZMetadataDialog 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: 79 passed, 79 total
Tests:       1 skipped, 599 passed, 600 total
Snapshots:   0 total
Time:        38.14 s
Ran all test suites.
--- stdout ---

> test
> grunt test && npm run test:unit

Running "eslint:all" (eslint) task

/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/ZObjectKey.vue
  34:5  warning  The '<wl-z-object>' component has been used, but not defined  vue/no-undef-components
  76:4  warning  The '<wl-z-object>' component has been used, but not defined  vue/no-undef-components

/src/repo/resources/ext.wikilambda.edit/components/ZObjectKeyList.vue
  18:4  warning  The '<wl-z-object-key>' component has been used, but not defined  vue/no-undef-components

/src/repo/resources/ext.wikilambda.edit/components/base/Dialog.vue
   48:10  warning  'v-html' directive can lead to XSS attack             vue/no-v-html
  121:3   warning  Prop 'buttonAction' requires default value to be set  vue/require-default-prop

/src/repo/resources/ext.wikilambda.edit/components/base/DialogContainer.vue
  72:3  warning  Prop 'size' requires default value to be set          vue/require-default-prop
  86:3  warning  Prop 'buttonAction' requires default value to be set  vue/require-default-prop

/src/repo/resources/ext.wikilambda.edit/components/base/PublishDialog.vue
  46:11  warning  'v-html' directive can lead to XSS attack  vue/no-v-html
  90:60  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/src/repo/resources/ext.wikilambda.edit/components/base/Select.vue
  39:3  warning  Prop 'id' requires default value to be set  vue/require-default-prop

/src/repo/resources/ext.wikilambda.edit/components/base/TextInput.vue
  45:3  warning  Prop 'id' requires default value to be set         vue/require-default-prop
  57:3  warning  Prop 'ariaLabel' requires default value to be set  vue/require-default-prop
  65:3  warning  Prop 'chip' requires default value to be set       vue/require-default-prop

/src/repo/resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValue.vue
  190:0  warning  The type 'LabelData' is undefined  jsdoc/no-undefined-types

/src/repo/resources/ext.wikilambda.edit/components/default-view-types/ZObjectKeyValueSet.vue
  14:3  warning  The '<wl-z-object-key-value>' component has been used, but not defined  vue/no-undef-components

/src/repo/resources/ext.wikilambda.edit/components/default-view-types/ZTypedListItem.vue
  16:3  warning  The '<wl-z-object-key-value>' component has been used, but not defined  vue/no-undef-components

/src/repo/resources/ext.wikilambda.edit/components/function/ZFunctionCallRunner.vue
  10:3  warning  The '<wl-z-reference>' component has been used, but not defined          vue/no-undef-components
  10:3  warning  The "wl-z-reference" component has been used but not registered          vue/no-unregistered-components
  17:5  warning  The '<wl-z-object-key>' component has been used, but not defined         vue/no-undef-components
  32:5  warning  The '<wl-z-key-mode-selector>' component has been used, but not defined  vue/no-undef-components
  32:5  warning  The "wl-z-key-mode-selector" component has been used but not registered  vue/no-unregistered-components
  39:6  warning  The '<wl-z-object-json>' component has been used, but not defined        vue/no-undef-components
  44:6  warning  The '<wl-z-object-key>' component has been used, but not defined         vue/no-undef-components

/src/repo/resources/ext.wikilambda.edit/components/function/ZInlineTesterCall.vue
  16:4  warning  The '<wl-z-object-key>' component has been used, but not defined  vue/no-undef-components

/src/repo/resources/ext.wikilambda.edit/components/function/ZInlineTesterValidation.vue
   9:3  warning  The '<wl-z-object-selector>' component has been used, but not defined  vue/no-undef-components
  25:4  warning  The '<wl-z-reference>' component has been used, but not defined        vue/no-undef-components
  25:4  warning  The "wl-z-reference" component has been used but not registered        vue/no-unregistered-components
  37:5  warning  The '<wl-z-object-key>' component has been used, but not defined       vue/no-undef-components

/src/repo/resources/ext.wikilambda.edit/components/function/viewer/details/ZMetadataDialog.vue
  42:4  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/src/repo/resources/ext.wikilambda.edit/components/main-types/ZArgumentList.vue
  11:4  warning  The '<wl-z-list-item>' component has been used, but not defined  vue/no-undef-components
  11:4  warning  The "wl-z-list-item" component has been used but not registered  vue/no-unregistered-components

/src/repo/resources/ext.wikilambda.edit/components/main-types/ZFunctionCallToType.vue
  21:4  warning  The '<wl-z-object>' component has been used, but not defined  vue/no-undef-components

/src/repo/resources/ext.wikilambda.edit/components/main-types/ZImplementation.vue
  58:3  warning  The '<wl-z-object>' component has been used, but not defined  vue/no-undef-components

/src/repo/resources/ext.wikilambda.edit/components/main-types/ZKey.vue
  27:4  warning  The '<wl-z-object-selector>' component has been used, but not defined  vue/no-undef-components
  37:3  warning  The '<wl-z-object-key-list>' component has been used, but not defined  vue/no-undef-components

/src/repo/resources/ext.wikilambda.edit/components/main-types/ZListItem.vue
  26:3  warning  The '<wl-z-object>' component has been used, but not defined  vue/no-undef-components

/src/repo/resources/ext.wikilambda.edit/components/main-types/ZResponseEnvelope.vue
  66:10  warning  'v-html' directive can lead to XSS attack  vue/no-v-html

/src/repo/resources/ext.wikilambda.edit/components/main-types/ZType.vue
  25:6  warning  The '<wl-z-object>' component has been used, but not defined  vue/no-undef-components
  33:6  warning  The '<wl-z-object>' component has been used, but not defined  vue/no-undef-components

/src/repo/resources/ext.wikilambda.edit/components/main-types/ZTypedPair.vue
  32:5  warning  The '<wl-z-object>' component has been used, but not defined  vue/no-undef-components
  40:5  warning  The '<wl-z-object>' component has been used, but not defined  vue/no-undef-components

/src/repo/resources/ext.wikilambda.edit/store/modules/zobject.js
  1834:3  warning  JSDoc @return declaration present but return expression not available in function  jsdoc/require-returns-check

✖ 43 problems (0 errors, 43 warnings)


Running "banana:WikiLambda" (banana) task
>> 2 message directories checked.

Running "stylelint:all" (stylelint) task
>> Linted 174 files without errors

Done.

> test:unit
> jest

--------------------------------------------------------|---------|----------|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
File                                                    | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s                                                                                                                                                                                                                                                           
--------------------------------------------------------|---------|----------|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
All files                                               |    76.4 |    69.12 |   73.35 |   76.36 |                                                                                                                                                                                                                                                                             
 ext.wikilambda.edit                                    |   85.71 |      100 |       0 |   85.71 |                                                                                                                                                                                                                                                                             
  Constants.js                                          |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  index.js                                              |       0 |      100 |       0 |       0 | 9-15                                                                                                                                                                                                                                                                        
 ext.wikilambda.edit/components                         |   70.67 |     61.4 |   65.68 |   70.67 |                                                                                                                                                                                                                                                                             
  App.vue                                               |      80 |       50 |   66.66 |      80 | 102-111                                                                                                                                                                                                                                                                     
  ZKeyModeSelector.vue                                  |   83.33 |    57.14 |      80 |   83.33 | 91-92                                                                                                                                                                                                                                                                       
  ZObject.vue                                           |   95.08 |    92.85 |    87.5 |   95.08 | 152,180,202                                                                                                                                                                                                                                                                 
  ZObjectGeneric.vue                                    |    37.5 |        0 |       0 |    37.5 | 79-126                                                                                                                                                                                                                                                                      
  ZObjectJson.vue                                       |    67.5 |     62.5 |   76.92 |    67.5 | 37,87,92,117-138                                                                                                                                                                                                                                                            
  ZObjectKey.vue                                        |    75.6 |    55.55 |   76.47 |    75.6 | 172-175,189,213-223,233                                                                                                                                                                                                                                                     
  ZObjectKeyList.vue                                    |   31.81 |        0 |       0 |   31.81 | 64-126                                                                                                                                                                                                                                                                      
  ZObjectPublish.vue                                    |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  ZObjectSelector.vue                                   |   63.47 |    50.94 |   75.75 |   63.47 | 165,169,180,206,226-239,258-259,285,338-371,384-385,396-398,405-410,424                                                                                                                                                                                                     
 ext.wikilambda.edit/components/default-view-types      |   77.65 |    68.42 |   77.89 |   77.65 |                                                                                                                                                                                                                                                                             
  ZBoolean.vue                                          |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  ZCode.vue                                             |   45.09 |    46.66 |   55.55 |   45.09 | 92-96,104,110-111,136-196                                                                                                                                                                                                                                                   
  ZMonolingualString.vue                                |   88.88 |      100 |      80 |   88.88 | 116                                                                                                                                                                                                                                                                         
  ZObjectKeyValue.vue                                   |    81.3 |    68.53 |   80.76 |    81.3 | 184,198,261,266,281,322,369-376,454,466-475,506,544,559-571                                                                                                                                                                                                                 
  ZObjectKeyValueSet.vue                                |   28.57 |      100 |       0 |   28.57 | 67-93                                                                                                                                                                                                                                                                       
  ZObjectType.vue                                       |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  ZReference.vue                                        |     100 |    66.66 |     100 |     100 | 86-105                                                                                                                                                                                                                                                                      
  ZString.vue                                           |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  ZTypedList.vue                                        |   84.61 |       70 |   91.66 |   84.61 | 187,193-195                                                                                                                                                                                                                                                                 
  ZTypedListItem.vue                                    |      75 |      100 |   66.66 |      75 | 62                                                                                                                                                                                                                                                                          
  ZTypedListType.vue                                    |     100 |       50 |     100 |     100 | 94                                                                                                                                                                                                                                                                          
 ext.wikilambda.edit/components/function                |   64.96 |     57.3 |   45.78 |   64.96 |                                                                                                                                                                                                                                                                             
  ZFunctionCallRunner.vue                               |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  ZFunctionEvaluator.vue                                |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  ZFunctionTesterReport.vue                             |    87.5 |    70.27 |    87.5 |    87.5 | 191,203,223-225                                                                                                                                                                                                                                                             
  ZFunctionTesterTable.vue                              |   85.71 |       75 |   81.81 |   85.71 | 79,129-139                                                                                                                                                                                                                                                                  
  ZImplementationList.vue                               |   53.84 |      100 |       0 |   53.84 | 58-77                                                                                                                                                                                                                                                                       
  ZImplementationListItem.vue                           |   23.07 |        0 |       0 |   23.07 | 61-114                                                                                                                                                                                                                                                                      
  ZInlineTesterCall.vue                                 |      75 |      100 |       0 |      75 | 35                                                                                                                                                                                                                                                                          
  ZInlineTesterValidation.vue                           |   31.25 |        0 |       0 |   31.25 | 62-88                                                                                                                                                                                                                                                                       
  ZLabelBlockAliases.vue                                |   18.18 |        0 |       0 |   18.18 | 72-191                                                                                                                                                                                                                                                                      
  ZTesterAdHoc.vue                                      |      50 |        0 |       0 |      50 | 66-109                                                                                                                                                                                                                                                                      
  ZTesterImplResult.vue                                 |      96 |      100 |   83.33 |      96 | 91                                                                                                                                                                                                                                                                          
  ZTesterList.vue                                       |   57.14 |      100 |       0 |   57.14 | 70-91                                                                                                                                                                                                                                                                       
  ZTesterListItem.vue                                   |   63.63 |      100 |       0 |   63.63 | 64-76                                                                                                                                                                                                                                                                       
 ext.wikilambda.edit/components/function/editor         |   90.54 |    84.54 |   87.06 |   90.43 |                                                                                                                                                                                                                                                                             
  FunctionEditorAliases.vue                             |   92.72 |      100 |   93.33 |   92.59 | 214-220                                                                                                                                                                                                                                                                     
  FunctionEditorDefinition.vue                          |   90.09 |     87.5 |    92.3 |      90 | 217,233,381-386,434,438,454                                                                                                                                                                                                                                                 
  FunctionEditorFooter.vue                              |      75 |      100 |      50 |      75 | 70-73                                                                                                                                                                                                                                                                       
  FunctionEditorInputs.vue                              |   96.66 |    83.33 |   92.85 |   96.66 | 205                                                                                                                                                                                                                                                                         
  FunctionEditorInputsItem.vue                          |   88.05 |       70 |   77.77 |   87.87 | 199,218,292,307-315,328                                                                                                                                                                                                                                                     
  FunctionEditorLanguage.vue                            |    90.9 |    83.33 |      80 |   90.69 | 77,94-95,168                                                                                                                                                                                                                                                                
  FunctionEditorName.vue                                |   83.33 |       75 |   66.66 |   83.33 | 68-71,89                                                                                                                                                                                                                                                                    
  FunctionEditorOutput.vue                              |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
 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 | 435-446,460,476,492,514                                                                                                                                                                                                                                                     
  FunctionViewerSidebar.vue                             |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
 ext.wikilambda.edit/components/function/viewer/about   |   94.89 |    79.31 |   96.55 |   94.89 |                                                                                                                                                                                                                                                                             
  FunctionViewerAboutAliases.vue                        |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  FunctionViewerAboutDetails.vue                        |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  FunctionViewerAboutExamples.vue                       |    90.9 |       60 |     100 |    90.9 | 61                                                                                                                                                                                                                                                                          
  FunctionViewerAboutNames.vue                          |   86.66 |    55.55 |   88.88 |   86.66 | 54,105,111,117                                                                                                                                                                                                                                                              
 ext.wikilambda.edit/components/function/viewer/details |   75.89 |    67.85 |   68.57 |   75.89 |                                                                                                                                                                                                                                                                             
  FunctionViewerDetailsSidebar.vue                      |   76.54 |    67.85 |      75 |   76.54 | 137,213-214,299-308,314,334,346-350,378,396-402,423,429                                                                                                                                                                                                                     
  FunctionViewerDetailsTable.vue                        |   86.66 |      100 |   71.42 |   86.66 | 139-142                                                                                                                                                                                                                                                                     
  ZMetadataDialog.vue                                   |    62.5 |      100 |      25 |    62.5 | 95-106                                                                                                                                                                                                                                                                      
 ext.wikilambda.edit/components/main-types              |   61.95 |    45.91 |   54.24 |   62.04 |                                                                                                                                                                                                                                                                             
  ZArgument.vue                                         |   21.87 |        0 |       0 |   21.87 | 58-120                                                                                                                                                                                                                                                                      
  ZArgumentList.vue                                     |   35.71 |      100 |       0 |   35.71 | 44-59                                                                                                                                                                                                                                                                       
  ZArgumentReference.vue                                |   94.73 |       80 |     100 |   94.73 | 91                                                                                                                                                                                                                                                                          
  ZBoolean.vue                                          |   38.46 |        0 |       0 |   38.46 | 59-86                                                                                                                                                                                                                                                                       
  ZCharacter.vue                                        |   55.55 |      100 |       0 |   55.55 | 50-72                                                                                                                                                                                                                                                                       
  ZCode.vue                                             |   83.72 |    81.81 |    87.5 |   83.72 | 153-163                                                                                                                                                                                                                                                                     
  ZFunction.vue                                         |   89.18 |       50 |   94.44 |   89.18 | 119,143-148,169                                                                                                                                                                                                                                                             
  ZFunctionCall.vue                                     |   95.23 |       80 |   96.96 |   95.23 | 168,216,269,280                                                                                                                                                                                                                                                             
  ZFunctionCallToType.vue                               |   22.22 |        0 |       0 |   23.07 | 56-136                                                                                                                                                                                                                                                                      
  ZImplementation.vue                                   |    87.5 |    78.57 |   89.65 |    87.5 | 156,173-178,217-221,291                                                                                                                                                                                                                                                     
  ZKey.vue                                              |   45.45 |        0 |       0 |   45.45 | 63-78                                                                                                                                                                                                                                                                       
  ZLabelsBlock.vue                                      |   58.53 |       50 |   75.86 |   58.53 | 134-137,143,178-180,195,221-227,273,288-292,321-379                                                                                                                                                                                                                         
  ZListItem.vue                                         |      40 |      100 |       0 |      40 | 74-107                                                                                                                                                                                                                                                                      
  ZMonolingualString.vue                                |      25 |        0 |       0 |      25 | 68-134                                                                                                                                                                                                                                                                      
  ZMultilingualString.vue                               |   20.58 |        0 |       0 |   20.58 | 63-152                                                                                                                                                                                                                                                                      
  ZPersistentObject.vue                                 |   85.71 |     87.5 |   77.77 |   85.71 | 137-143                                                                                                                                                                                                                                                                     
  ZReference.vue                                        |   77.27 |       90 |   81.81 |   77.27 | 71,99-121                                                                                                                                                                                                                                                                   
  ZResponseEnvelope.vue                                 |   93.18 |       60 |   94.11 |   93.18 | 138-141                                                                                                                                                                                                                                                                     
  ZString.vue                                           |    92.3 |       50 |     100 |    92.3 | 50                                                                                                                                                                                                                                                                          
  ZTester.vue                                           |     100 |    66.66 |     100 |     100 | 108,129                                                                                                                                                                                                                                                                     
  ZType.vue                                             |   36.36 |        0 |       0 |   36.36 | 93-157                                                                                                                                                                                                                                                                      
  ZTypedList.vue                                        |   30.43 |        0 |       0 |   30.43 | 64-133                                                                                                                                                                                                                                                                      
  ZTypedMap.vue                                         |   21.21 |        0 |       0 |   21.21 | 69-161                                                                                                                                                                                                                                                                      
  ZTypedPair.vue                                        |   17.64 |        0 |       0 |   17.64 | 78-173                                                                                                                                                                                                                                                                      
 ext.wikilambda.edit/composables                        |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  useBreakpoints.js                                     |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
 ext.wikilambda.edit/mixins                             |   80.32 |    78.38 |   90.27 |   80.18 |                                                                                                                                                                                                                                                                             
  api.js                                                |   93.33 |       75 |   83.33 |   93.33 | 53                                                                                                                                                                                                                                                                          
  portray.js                                            |   63.15 |    36.17 |   77.77 |   62.83 | 67,96,102-106,130,139-171,202,214-254,285,306-308                                                                                                                                                                                                                           
  schemata.js                                           |   91.12 |    88.18 |      95 |   90.98 | 48-62,83,270                                                                                                                                                                                                                                                                
  typeUtils.js                                          |   91.46 |    88.88 |     100 |   91.46 | 230-234,254-255,284,304                                                                                                                                                                                                                                                     
  urlUtils.js                                           |   88.88 |       75 |     100 |   88.88 | 18                                                                                                                                                                                                                                                                          
  validator.js                                          |   46.15 |    16.66 |      75 |   46.15 | 31-32,46-53                                                                                                                                                                                                                                                                 
  zobjectTreeUtils.js                                   |   78.66 |    86.44 |   83.33 |   78.66 | 110-142                                                                                                                                                                                                                                                                     
 ext.wikilambda.edit/store                              |    93.1 |    91.66 |   76.92 |   92.98 |                                                                                                                                                                                                                                                                             
  actions.js                                            |   83.33 |      100 |      50 |   83.33 | 41                                                                                                                                                                                                                                                                          
  getters.js                                            |     100 |       90 |     100 |     100 | 25                                                                                                                                                                                                                                                                          
  index.js                                              |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  mutations.js                                          |      50 |      100 |      50 |      50 | 9-10                                                                                                                                                                                                                                                                        
  state.js                                              |      50 |      100 |       0 |      50 | 20                                                                                                                                                                                                                                                                          
 ext.wikilambda.edit/store/classes                      |   84.61 |      100 |      60 |   84.61 |                                                                                                                                                                                                                                                                             
  LabelData.js                                          |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  Row.js                                                |   77.77 |      100 |      50 |   77.77 | 51-61                                                                                                                                                                                                                                                                       
 ext.wikilambda.edit/store/modules                      |   79.35 |    69.89 |   85.71 |   79.34 |                                                                                                                                                                                                                                                                             
  arguments.js                                          |   85.71 |    83.33 |    90.9 |   85.71 | 90,103,133-134,159-160                                                                                                                                                                                                                                                      
  callZFunction.js                                      |   91.66 |       75 |     100 |   91.66 | 26                                                                                                                                                                                                                                                                          
  errors.js                                             |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  languages.js                                          |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  programmingLanguages.js                               |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  router.js                                             |   96.77 |    96.96 |     100 |   96.77 | 153-154                                                                                                                                                                                                                                                                     
  zImplementations.js                                   |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  zKeys.js                                              |   97.19 |    80.39 |     100 |   97.19 | 312,326,365                                                                                                                                                                                                                                                                 
  zTesterResults.js                                     |   95.38 |    78.43 |     100 |   95.38 | 36,240,271                                                                                                                                                                                                                                                                  
  zTesters.js                                           |      20 |        0 |   36.84 |   20.27 | 22,35-48,57-60,108-267                                                                                                                                                                                                                                                      
  zTypedList.js                                         |   33.84 |    10.34 |   33.33 |   33.84 | 13-20,79-119,149-219,266-277                                                                                                                                                                                                                                                
  zobject.js                                            |   82.32 |    69.84 |   86.44 |   82.23 | 229-230,378,398,417-418,438-451,458,479,490,501,508-509,528-529,549-599,620-621,717-718,812,841-846,884-923,1053,1133-1153,1179,1189-1190,1219-1220,1406-1409,1416,1500,1556,1637-1647,1736,1764-1771,1784,1812,1827-1832,1942-1952,1976-1977,2035,2039,2278-2286,2381-2382 
  zobjectModes.js                                       |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
 ext.wikilambda.edit/store/modules/zobject              |   74.57 |    60.69 |    85.1 |   74.57 |                                                                                                                                                                                                                                                                             
  addZObjects.js                                        |   68.91 |    48.62 |   73.07 |   68.91 | 62-70,253-257,295-364,646,650,655-736,769-773,781,787-791                                                                                                                                                                                                                   
  currentZObject.js                                     |   92.75 |    81.25 |     100 |   92.75 | 166,203-205,214-216                                                                                                                                                                                                                                                         
 ext.wikilambda.edit/views                              |    75.8 |       50 |   63.15 |    75.8 |                                                                                                                                                                                                                                                                             
  DefaultView.vue                                       |   71.42 |      100 |       0 |   71.42 | 42-46                                                                                                                                                                                                                                                                       
  FunctionEditor.vue                                    |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  FunctionViewer.vue                                    |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
  ZObjectEditor.vue                                     |    60.6 |     37.5 |   54.54 |    60.6 | 84-97,110-115                                                                                                                                                                                                                                                               
  ZObjectViewer.vue                                     |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                             
--------------------------------------------------------|---------|----------|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--- 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/tmpvnizivy0
--- stdout ---
On branch REL1_40
Your branch is up to date with 'origin/REL1_40'.

nothing to commit, working tree clean

--- end ---

composer dependencies

Dependencies
Development dependencies

npm dependencies

Development dependencies

Logs

Source code is licensed under the AGPL.