diff --git a/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/p/aw-sql-category-example-database-60a.json b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/p/aw-sql-category-example-database-60a.json new file mode 100644 index 0000000..d642f21 --- /dev/null +++ b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/p/aw-sql-category-example-database-60a.json @@ -0,0 +1 @@ +{"categoryGeneratedIndex":{"title":"Example Database","description":"Here you can find the tables of the database used for the examples","slug":"/category/example-database","permalink":"/awSQL/category/example-database","sidebar":"defaultSidebar","navigation":{"previous":{"title":"ConstraintOptions","permalink":"/awSQL/typedefs/constraint-options"},"next":{"title":"Table: Categories","permalink":"/awSQL/example-db/Categories"}}}} \ No newline at end of file diff --git a/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-categories-md-da8.json b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-categories-md-da8.json new file mode 100644 index 0000000..02b0818 --- /dev/null +++ b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-categories-md-da8.json @@ -0,0 +1,23 @@ +{ + "id": "example-db/Categories", + "title": "Table: Categories", + "description": "| CategoryID | CategoryName | Description |", + "source": "@site/docs/example-db/Categories.md", + "sourceDirName": "example-db", + "slug": "/example-db/Categories", + "permalink": "/awSQL/example-db/Categories", + "draft": false, + "unlisted": false, + "tags": [], + "version": "current", + "frontMatter": {}, + "sidebar": "defaultSidebar", + "previous": { + "title": "Example Database", + "permalink": "/awSQL/category/example-database" + }, + "next": { + "title": "Table: Customers", + "permalink": "/awSQL/example-db/Customers" + } +} \ No newline at end of file diff --git a/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-customers-md-c87.json b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-customers-md-c87.json new file mode 100644 index 0000000..2314328 --- /dev/null +++ b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-customers-md-c87.json @@ -0,0 +1,23 @@ +{ + "id": "example-db/Customers", + "title": "Table: Customers", + "description": "| CustomerID | CustomerName | ContactName | Address | City | PostalCode | Country |", + "source": "@site/docs/example-db/Customers.md", + "sourceDirName": "example-db", + "slug": "/example-db/Customers", + "permalink": "/awSQL/example-db/Customers", + "draft": false, + "unlisted": false, + "tags": [], + "version": "current", + "frontMatter": {}, + "sidebar": "defaultSidebar", + "previous": { + "title": "Table: Categories", + "permalink": "/awSQL/example-db/Categories" + }, + "next": { + "title": "Table: Employees", + "permalink": "/awSQL/example-db/Employees" + } +} \ No newline at end of file diff --git a/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-employees-md-29b.json b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-employees-md-29b.json new file mode 100644 index 0000000..6f38d25 --- /dev/null +++ b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-employees-md-29b.json @@ -0,0 +1,23 @@ +{ + "id": "example-db/Employees", + "title": "Table: Employees", + "description": "| EmployeeID | LastName | FirstName | BirthDate | Photo | Notes |", + "source": "@site/docs/example-db/Employees.md", + "sourceDirName": "example-db", + "slug": "/example-db/Employees", + "permalink": "/awSQL/example-db/Employees", + "draft": false, + "unlisted": false, + "tags": [], + "version": "current", + "frontMatter": {}, + "sidebar": "defaultSidebar", + "previous": { + "title": "Table: Customers", + "permalink": "/awSQL/example-db/Customers" + }, + "next": { + "title": "Table: OrderDetails", + "permalink": "/awSQL/example-db/OrderDetails" + } +} \ No newline at end of file diff --git a/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-order-details-md-f80.json b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-order-details-md-f80.json new file mode 100644 index 0000000..927c861 --- /dev/null +++ b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-order-details-md-f80.json @@ -0,0 +1,23 @@ +{ + "id": "example-db/OrderDetails", + "title": "Table: OrderDetails", + "description": "| OrderDetailID | OrderID | ProductID | Quantity |", + "source": "@site/docs/example-db/OrderDetails.md", + "sourceDirName": "example-db", + "slug": "/example-db/OrderDetails", + "permalink": "/awSQL/example-db/OrderDetails", + "draft": false, + "unlisted": false, + "tags": [], + "version": "current", + "frontMatter": {}, + "sidebar": "defaultSidebar", + "previous": { + "title": "Table: Employees", + "permalink": "/awSQL/example-db/Employees" + }, + "next": { + "title": "Table: Orders", + "permalink": "/awSQL/example-db/Orders" + } +} \ No newline at end of file diff --git a/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-orders-md-80d.json b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-orders-md-80d.json new file mode 100644 index 0000000..bd597ea --- /dev/null +++ b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-orders-md-80d.json @@ -0,0 +1,23 @@ +{ + "id": "example-db/Orders", + "title": "Table: Orders", + "description": "| OrderID | CustomerID | EmployeeID | OrderDate | ShipperID |", + "source": "@site/docs/example-db/Orders.md", + "sourceDirName": "example-db", + "slug": "/example-db/Orders", + "permalink": "/awSQL/example-db/Orders", + "draft": false, + "unlisted": false, + "tags": [], + "version": "current", + "frontMatter": {}, + "sidebar": "defaultSidebar", + "previous": { + "title": "Table: OrderDetails", + "permalink": "/awSQL/example-db/OrderDetails" + }, + "next": { + "title": "Table: Products", + "permalink": "/awSQL/example-db/Products" + } +} \ No newline at end of file diff --git a/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-products-md-4aa.json b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-products-md-4aa.json new file mode 100644 index 0000000..8d3ec7f --- /dev/null +++ b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-products-md-4aa.json @@ -0,0 +1,23 @@ +{ + "id": "example-db/Products", + "title": "Table: Products", + "description": "| ProductID | ProductName | SupplierID | CategoryID | Unit | Price |", + "source": "@site/docs/example-db/Products.md", + "sourceDirName": "example-db", + "slug": "/example-db/Products", + "permalink": "/awSQL/example-db/Products", + "draft": false, + "unlisted": false, + "tags": [], + "version": "current", + "frontMatter": {}, + "sidebar": "defaultSidebar", + "previous": { + "title": "Table: Orders", + "permalink": "/awSQL/example-db/Orders" + }, + "next": { + "title": "Table: Shippers", + "permalink": "/awSQL/example-db/Shippers" + } +} \ No newline at end of file diff --git a/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-shippers-md-b4c.json b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-shippers-md-b4c.json new file mode 100644 index 0000000..2bc2660 --- /dev/null +++ b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-shippers-md-b4c.json @@ -0,0 +1,23 @@ +{ + "id": "example-db/Shippers", + "title": "Table: Shippers", + "description": "| ShipperID | ShipperName | Phone |", + "source": "@site/docs/example-db/Shippers.md", + "sourceDirName": "example-db", + "slug": "/example-db/Shippers", + "permalink": "/awSQL/example-db/Shippers", + "draft": false, + "unlisted": false, + "tags": [], + "version": "current", + "frontMatter": {}, + "sidebar": "defaultSidebar", + "previous": { + "title": "Table: Products", + "permalink": "/awSQL/example-db/Products" + }, + "next": { + "title": "Table: Suppliers", + "permalink": "/awSQL/example-db/Suppliers" + } +} \ No newline at end of file diff --git a/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-suppliers-md-621.json b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-suppliers-md-621.json new file mode 100644 index 0000000..ab16995 --- /dev/null +++ b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-example-db-suppliers-md-621.json @@ -0,0 +1,19 @@ +{ + "id": "example-db/Suppliers", + "title": "Table: Suppliers", + "description": "| SupplierID | SupplierName | ContactName | Address | City | PostalCode | Country | Phone |", + "source": "@site/docs/example-db/Suppliers.md", + "sourceDirName": "example-db", + "slug": "/example-db/Suppliers", + "permalink": "/awSQL/example-db/Suppliers", + "draft": false, + "unlisted": false, + "tags": [], + "version": "current", + "frontMatter": {}, + "sidebar": "defaultSidebar", + "previous": { + "title": "Table: Shippers", + "permalink": "/awSQL/example-db/Shippers" + } +} \ No newline at end of file diff --git a/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-typedefs-okpacket-md-b52.json b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-typedefs-okpacket-md-b52.json new file mode 100644 index 0000000..5018788 --- /dev/null +++ b/docs/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-typedefs-okpacket-md-b52.json @@ -0,0 +1,26 @@ +{ + "id": "typedefs/okpacket", + "title": "OkPacket", + "description": "Object", + "source": "@site/docs/typedefs/okpacket.md", + "sourceDirName": "typedefs", + "slug": "/typedefs/okpacket", + "permalink": "/awSQL/typedefs/okpacket", + "draft": false, + "unlisted": false, + "tags": [], + "version": "current", + "sidebarPosition": 1, + "frontMatter": { + "sidebar_position": 1 + }, + "sidebar": "defaultSidebar", + "previous": { + "title": "Typedefs", + "permalink": "/awSQL/category/typedefs" + }, + "next": { + "title": "ColumnStructure", + "permalink": "/awSQL/typedefs/column-structure" + } +} \ No newline at end of file diff --git a/docs/docusaurus/.docusaurus/docusaurus-plugin-debug/default/p/aw-sql-docusaurus-debug-content-62f.json b/docs/docusaurus/.docusaurus/docusaurus-plugin-debug/default/p/aw-sql-docusaurus-debug-content-62f.json new file mode 100644 index 0000000..90e7302 --- /dev/null +++ b/docs/docusaurus/.docusaurus/docusaurus-plugin-debug/default/p/aw-sql-docusaurus-debug-content-62f.json @@ -0,0 +1 @@ +{"allContent":{"docusaurus-plugin-content-docs":{"default":{"loadedVersions":[{"versionName":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","path":"/awSQL/","tagsPath":"/awSQL/tags","isLast":true,"routePriority":-1,"contentPath":"D:\\_SharedStorage\\Git Projects\\awSQL_refined\\docs\\docusaurus\\docs","contentPathLocalized":"D:\\_SharedStorage\\Git Projects\\awSQL_refined\\docs\\docusaurus\\i18n\\en\\docusaurus-plugin-content-docs\\current","docs":[{"id":"classes/alter-table","title":"AlterTable","description":"Modifies an existing table by altering its structure.","source":"@site/docs/classes/alter-table.md","sourceDirName":"classes","slug":"/classes/alter-table","permalink":"/awSQL/classes/alter-table","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":9,"frontMatter":{"sidebar_position":9},"sidebar":"defaultSidebar","previous":{"title":"CreateTable","permalink":"/awSQL/classes/create-table"},"next":{"title":"Typedefs","permalink":"/awSQL/category/typedefs"}},{"id":"classes/awsql","title":"awSQL","description":"The default exported module that holds and manages all database instances globally.","source":"@site/docs/classes/awsql.md","sourceDirName":"classes","slug":"/classes/awsql","permalink":"/awSQL/classes/awsql","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":1,"frontMatter":{"sidebar_position":1},"sidebar":"defaultSidebar","previous":{"title":"Classes","permalink":"/awSQL/category/classes"},"next":{"title":"Instance","permalink":"/awSQL/classes/instance"}},{"id":"classes/create-table","title":"CreateTable","description":"Creates a new table with a defined structure.","source":"@site/docs/classes/create-table.md","sourceDirName":"classes","slug":"/classes/create-table","permalink":"/awSQL/classes/create-table","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":8,"frontMatter":{"sidebar_position":8},"sidebar":"defaultSidebar","previous":{"title":"Structure","permalink":"/awSQL/classes/structure"},"next":{"title":"AlterTable","permalink":"/awSQL/classes/alter-table"}},{"id":"classes/delete","title":"Delete","description":"Performs a query to delete rows from a table.","source":"@site/docs/classes/delete.md","sourceDirName":"classes","slug":"/classes/delete","permalink":"/awSQL/classes/delete","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":5,"frontMatter":{"sidebar_position":5},"sidebar":"defaultSidebar","previous":{"title":"Insert","permalink":"/awSQL/classes/insert"},"next":{"title":"Update","permalink":"/awSQL/classes/update"}},{"id":"classes/insert","title":"Insert","description":"Performs a query to insert new data into a table.","source":"@site/docs/classes/insert.md","sourceDirName":"classes","slug":"/classes/insert","permalink":"/awSQL/classes/insert","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":4,"frontMatter":{"sidebar_position":4},"sidebar":"defaultSidebar","previous":{"title":"Select","permalink":"/awSQL/classes/select"},"next":{"title":"Delete","permalink":"/awSQL/classes/delete"}},{"id":"classes/instance","title":"Instance","description":"Handles connection data and serves as the gateway for performing queries.","source":"@site/docs/classes/instance.md","sourceDirName":"classes","slug":"/classes/instance","permalink":"/awSQL/classes/instance","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":2,"frontMatter":{"sidebar_position":2},"sidebar":"defaultSidebar","previous":{"title":"awSQL","permalink":"/awSQL/classes/awsql"},"next":{"title":"Select","permalink":"/awSQL/classes/select"}},{"id":"classes/select","title":"Select","description":"Performs a query to retrieve data from a table.","source":"@site/docs/classes/select.md","sourceDirName":"classes","slug":"/classes/select","permalink":"/awSQL/classes/select","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":3,"frontMatter":{"sidebar_position":3},"sidebar":"defaultSidebar","previous":{"title":"Instance","permalink":"/awSQL/classes/instance"},"next":{"title":"Insert","permalink":"/awSQL/classes/insert"}},{"id":"classes/structure","title":"Structure","description":"Defines a new table structure for managing columns efficiently.","source":"@site/docs/classes/structure.md","sourceDirName":"classes","slug":"/classes/structure","permalink":"/awSQL/classes/structure","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":7,"frontMatter":{"sidebar_position":7},"sidebar":"defaultSidebar","previous":{"title":"Update","permalink":"/awSQL/classes/update"},"next":{"title":"CreateTable","permalink":"/awSQL/classes/create-table"}},{"id":"classes/update","title":"Update","description":"Executes a query to update data in a table.","source":"@site/docs/classes/update.md","sourceDirName":"classes","slug":"/classes/update","permalink":"/awSQL/classes/update","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":6,"frontMatter":{"sidebar_position":6},"sidebar":"defaultSidebar","previous":{"title":"Delete","permalink":"/awSQL/classes/delete"},"next":{"title":"Structure","permalink":"/awSQL/classes/structure"}},{"id":"example-db/Categories","title":"Table: Categories","description":"| CategoryID | CategoryName | Description |","source":"@site/docs/example-db/Categories.md","sourceDirName":"example-db","slug":"/example-db/Categories","permalink":"/awSQL/example-db/Categories","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Example Database","permalink":"/awSQL/category/example-database"},"next":{"title":"Table: Customers","permalink":"/awSQL/example-db/Customers"}},{"id":"example-db/Customers","title":"Table: Customers","description":"| CustomerID | CustomerName | ContactName | Address | City | PostalCode | Country |","source":"@site/docs/example-db/Customers.md","sourceDirName":"example-db","slug":"/example-db/Customers","permalink":"/awSQL/example-db/Customers","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: Categories","permalink":"/awSQL/example-db/Categories"},"next":{"title":"Table: Employees","permalink":"/awSQL/example-db/Employees"}},{"id":"example-db/Employees","title":"Table: Employees","description":"| EmployeeID | LastName | FirstName | BirthDate | Photo | Notes |","source":"@site/docs/example-db/Employees.md","sourceDirName":"example-db","slug":"/example-db/Employees","permalink":"/awSQL/example-db/Employees","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: Customers","permalink":"/awSQL/example-db/Customers"},"next":{"title":"Table: OrderDetails","permalink":"/awSQL/example-db/OrderDetails"}},{"id":"example-db/OrderDetails","title":"Table: OrderDetails","description":"| OrderDetailID | OrderID | ProductID | Quantity |","source":"@site/docs/example-db/OrderDetails.md","sourceDirName":"example-db","slug":"/example-db/OrderDetails","permalink":"/awSQL/example-db/OrderDetails","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: Employees","permalink":"/awSQL/example-db/Employees"},"next":{"title":"Table: Orders","permalink":"/awSQL/example-db/Orders"}},{"id":"example-db/Orders","title":"Table: Orders","description":"| OrderID | CustomerID | EmployeeID | OrderDate | ShipperID |","source":"@site/docs/example-db/Orders.md","sourceDirName":"example-db","slug":"/example-db/Orders","permalink":"/awSQL/example-db/Orders","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: OrderDetails","permalink":"/awSQL/example-db/OrderDetails"},"next":{"title":"Table: Products","permalink":"/awSQL/example-db/Products"}},{"id":"example-db/Products","title":"Table: Products","description":"| ProductID | ProductName | SupplierID | CategoryID | Unit | Price |","source":"@site/docs/example-db/Products.md","sourceDirName":"example-db","slug":"/example-db/Products","permalink":"/awSQL/example-db/Products","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: Orders","permalink":"/awSQL/example-db/Orders"},"next":{"title":"Table: Shippers","permalink":"/awSQL/example-db/Shippers"}},{"id":"example-db/Shippers","title":"Table: Shippers","description":"| ShipperID | ShipperName | Phone |","source":"@site/docs/example-db/Shippers.md","sourceDirName":"example-db","slug":"/example-db/Shippers","permalink":"/awSQL/example-db/Shippers","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: Products","permalink":"/awSQL/example-db/Products"},"next":{"title":"Table: Suppliers","permalink":"/awSQL/example-db/Suppliers"}},{"id":"example-db/Suppliers","title":"Table: Suppliers","description":"| SupplierID | SupplierName | ContactName | Address | City | PostalCode | Country | Phone |","source":"@site/docs/example-db/Suppliers.md","sourceDirName":"example-db","slug":"/example-db/Suppliers","permalink":"/awSQL/example-db/Suppliers","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: Shippers","permalink":"/awSQL/example-db/Shippers"}},{"id":"intro","title":"Introduction","description":"awSQL is a fast and reliable database query tool designed to:","source":"@site/docs/intro.md","sourceDirName":".","slug":"/","permalink":"/awSQL/","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":1,"frontMatter":{"sidebar_position":1,"slug":"/"},"sidebar":"defaultSidebar","next":{"title":"Classes","permalink":"/awSQL/category/classes"}},{"id":"typedefs/column-structure","title":"ColumnStructure","description":"Type: Object","source":"@site/docs/typedefs/column-structure.md","sourceDirName":"typedefs","slug":"/typedefs/column-structure","permalink":"/awSQL/typedefs/column-structure","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":2,"frontMatter":{"sidebar_position":2},"sidebar":"defaultSidebar","previous":{"title":"OkPacket","permalink":"/awSQL/typedefs/okpacket"},"next":{"title":"ConstraintOptions","permalink":"/awSQL/typedefs/constraint-options"}},{"id":"typedefs/constraint-options","title":"ConstraintOptions","description":"Type: Object","source":"@site/docs/typedefs/constraint-options.md","sourceDirName":"typedefs","slug":"/typedefs/constraint-options","permalink":"/awSQL/typedefs/constraint-options","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":3,"frontMatter":{"sidebar_position":3},"sidebar":"defaultSidebar","previous":{"title":"ColumnStructure","permalink":"/awSQL/typedefs/column-structure"},"next":{"title":"Example Database","permalink":"/awSQL/category/example-database"}},{"id":"typedefs/okpacket","title":"OkPacket","description":"Object","source":"@site/docs/typedefs/okpacket.md","sourceDirName":"typedefs","slug":"/typedefs/okpacket","permalink":"/awSQL/typedefs/okpacket","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":1,"frontMatter":{"sidebar_position":1},"sidebar":"defaultSidebar","previous":{"title":"Typedefs","permalink":"/awSQL/category/typedefs"},"next":{"title":"ColumnStructure","permalink":"/awSQL/typedefs/column-structure"}}],"drafts":[],"sidebars":{"defaultSidebar":[{"type":"doc","id":"intro"},{"type":"category","label":"Classes","collapsible":true,"collapsed":true,"items":[{"type":"doc","id":"classes/awsql"},{"type":"doc","id":"classes/instance"},{"type":"doc","id":"classes/select"},{"type":"doc","id":"classes/insert"},{"type":"doc","id":"classes/delete"},{"type":"doc","id":"classes/update"},{"type":"doc","id":"classes/structure"},{"type":"doc","id":"classes/create-table"},{"type":"doc","id":"classes/alter-table"}],"link":{"type":"generated-index","description":"Here you can find all classes awSQL uses","slug":"/category/classes","permalink":"/awSQL/category/classes"}},{"type":"category","label":"Typedefs","collapsible":true,"collapsed":true,"items":[{"type":"doc","id":"typedefs/okpacket"},{"type":"doc","id":"typedefs/column-structure"},{"type":"doc","id":"typedefs/constraint-options"}],"link":{"type":"generated-index","description":"Here you can find all type definitions used by awSQL","slug":"/category/typedefs","permalink":"/awSQL/category/typedefs"}},{"type":"category","label":"Example Database","collapsible":true,"collapsed":true,"items":[{"type":"doc","id":"example-db/Categories"},{"type":"doc","id":"example-db/Customers"},{"type":"doc","id":"example-db/Employees"},{"type":"doc","id":"example-db/OrderDetails"},{"type":"doc","id":"example-db/Orders"},{"type":"doc","id":"example-db/Products"},{"type":"doc","id":"example-db/Shippers"},{"type":"doc","id":"example-db/Suppliers"}],"link":{"type":"generated-index","description":"Here you can find the tables of the database used for the examples","slug":"/category/example-database","permalink":"/awSQL/category/example-database"}}]}}]}},"docusaurus-plugin-content-blog":{"default":{"blogSidebarTitle":"Recent posts","blogPosts":[],"blogListPaginated":[],"blogTags":{},"blogTagsListPath":"/awSQL/blog/tags"}},"docusaurus-plugin-content-pages":{"default":null},"docusaurus-plugin-debug":{},"docusaurus-plugin-svgr":{},"docusaurus-theme-classic":{},"docusaurus-bootstrap-plugin":{},"docusaurus-mdx-fallback-plugin":{}}} \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/0e384e19.45d51a01.js b/docs/docusaurus/build/assets/js/0e384e19.45d51a01.js new file mode 100644 index 0000000..69b60be --- /dev/null +++ b/docs/docusaurus/build/assets/js/0e384e19.45d51a01.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[976],{7879:(e,n,s)=>{s.r(n),s.d(n,{assets:()=>o,contentTitle:()=>l,default:()=>u,frontMatter:()=>a,metadata:()=>t,toc:()=>d});const t=JSON.parse('{"id":"intro","title":"Introduction","description":"awSQL is a fast and reliable database query tool designed to:","source":"@site/docs/intro.md","sourceDirName":".","slug":"/","permalink":"/awSQL/","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":1,"frontMatter":{"sidebar_position":1,"slug":"/"},"sidebar":"defaultSidebar","next":{"title":"Classes","permalink":"/awSQL/category/classes"}}');var i=s(4848),r=s(8453);const a={sidebar_position:1,slug:"/"},l="Introduction",o={},d=[{value:"Getting Started",id:"getting-started",level:2},{value:"Exports",id:"exports",level:2}];function c(e){const n={a:"a",admonition:"admonition",code:"code",em:"em",h1:"h1",h2:"h2",header:"header",li:"li",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,r.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.header,{children:(0,i.jsx)(n.h1,{id:"introduction",children:"Introduction"})}),"\n",(0,i.jsxs)(n.p,{children:[(0,i.jsx)(n.em,{children:"awSQL"})," is a fast and reliable database query tool designed to:"]}),"\n",(0,i.jsxs)(n.ul,{children:["\n",(0,i.jsx)(n.li,{children:"\u2705 Minimize the risk of SQL injections"}),"\n",(0,i.jsx)(n.li,{children:"\u2705 Maximize usability and safety"}),"\n",(0,i.jsx)(n.li,{children:"\u2705 Prevent accidental bulk row modifications"}),"\n"]}),"\n",(0,i.jsxs)(n.p,{children:["With awSQL, you can programmatically interact with databases in a clear and intuitive manner - ",(0,i.jsx)(n.em,{children:"no more writing complex SQL queries manually!"})]}),"\n",(0,i.jsx)(n.h2,{id:"getting-started",children:"Getting Started"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.strong,{children:"Requirements"})}),"\n",(0,i.jsx)(n.p,{children:"To begin, ensure you have:"}),"\n",(0,i.jsxs)(n.ul,{children:["\n",(0,i.jsxs)(n.li,{children:["A ",(0,i.jsx)(n.em,{children:"hosted database"})]}),"\n",(0,i.jsxs)(n.li,{children:["Your ",(0,i.jsx)(n.em,{children:"database credentials"})]}),"\n"]}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.strong,{children:"Installation"})}),"\n",(0,i.jsxs)(n.p,{children:["Install ",(0,i.jsx)(n.code,{children:"awSQL"})," via ",(0,i.jsx)(n.strong,{children:"npm"}),":"]}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-shell",metastring:"showLineNumbers",children:"npm i git+https://git.pwcca.eu/Sam/awSQL.git#release\n"})}),"\n",(0,i.jsx)(n.admonition,{title:"Important",type:"warning",children:(0,i.jsxs)(n.p,{children:["Always use the ",(0,i.jsx)(n.code,{children:"#release"})," branch to avoid downloading the development version."]})}),"\n",(0,i.jsx)(n.h2,{id:"exports",children:"Exports"}),"\n",(0,i.jsxs)(n.p,{children:[(0,i.jsx)(n.code,{children:"awSQL"})," provides two core modules:"]}),"\n",(0,i.jsxs)(n.ul,{children:["\n",(0,i.jsxs)(n.li,{children:[(0,i.jsx)(n.a,{href:"./classes/awSQL",children:"awSQL"})," - The main database instance"]}),"\n",(0,i.jsxs)(n.li,{children:[(0,i.jsx)(n.a,{href:"./classes/structure",children:"Structure"})," - A module for defining table structures"]}),"\n"]})]})}function u(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,i.jsx)(n,{...e,children:(0,i.jsx)(c,{...e})}):c(e)}},8453:(e,n,s)=>{s.d(n,{R:()=>a,x:()=>l});var t=s(6540);const i={},r=t.createContext(i);function a(e){const n=t.useContext(r);return t.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function l(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:a(e.components),t.createElement(r.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/23e85390.a0249aa2.js b/docs/docusaurus/build/assets/js/23e85390.a0249aa2.js new file mode 100644 index 0000000..c02703a --- /dev/null +++ b/docs/docusaurus/build/assets/js/23e85390.a0249aa2.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[162],{184:(e,r,s)=>{s.r(r),s.d(r,{assets:()=>t,contentTitle:()=>l,default:()=>j,frontMatter:()=>c,metadata:()=>n,toc:()=>h});const n=JSON.parse('{"id":"classes/select","title":"Select","description":"Performs a query to retrieve data from a table.","source":"@site/docs/classes/select.md","sourceDirName":"classes","slug":"/classes/select","permalink":"/awSQL/classes/select","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":3,"frontMatter":{"sidebar_position":3},"sidebar":"defaultSidebar","previous":{"title":"Instance","permalink":"/awSQL/classes/instance"},"next":{"title":"Insert","permalink":"/awSQL/classes/insert"}}');var d=s(4848),i=s(8453);const c={sidebar_position:3},l="Select",t={},h=[{value:"Methods",id:"methods",level:2},{value:"selectDatabase()",id:"selectdatabase",level:3},{value:"distinct()",id:"distinct",level:3},{value:"where()",id:"where",level:3},{value:"having()",id:"having",level:3},{value:"order()",id:"order",level:3},{value:"count()",id:"count",level:3},{value:"sum()",id:"sum",level:3},{value:"avg()",id:"avg",level:3},{value:"group()",id:"group",level:3},{value:"join()",id:"join",level:3},{value:"limit()",id:"limit",level:3},{value:"pagination()",id:"pagination",level:3},{value:"execute()",id:"execute",level:3}];function x(e){const r={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",li:"li",p:"p",pre:"pre",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",ul:"ul",...(0,i.R)(),...e.components};return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(r.header,{children:(0,d.jsx)(r.h1,{id:"select",children:"Select"})}),"\n",(0,d.jsx)(r.p,{children:"Performs a query to retrieve data from a table."}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h2,{id:"methods",children:"Methods"}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h3,{id:"selectdatabase",children:"selectDatabase()"}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 (",(0,d.jsx)(r.code,{children:"database"})," = ",(0,d.jsx)(r.strong,{children:"String"}),") \u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.p,{children:"Selects a different database for this query."}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Parameters"})}),"\n",(0,d.jsxs)(r.table,{children:[(0,d.jsx)(r.thead,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.th,{children:"Parameter"}),(0,d.jsx)(r.th,{children:"Type"}),(0,d.jsx)(r.th,{children:"Description"})]})}),(0,d.jsx)(r.tbody,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"database"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"String"})}),(0,d.jsx)(r.td,{children:"Name of the database to select"})]})})]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h3,{id:"distinct",children:"distinct()"}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 () \u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.p,{children:"Ensures that only unique values are returned in the query results."}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Example"})}),"\n",(0,d.jsxs)(r.p,{children:["Scenario: We want to get the ",(0,d.jsx)(r.code,{children:"EmployeeID"}),"s of the Employees that have open orders in ",(0,d.jsx)(r.a,{href:"../example-db/Orders",children:"Orders"})]}),"\n",(0,d.jsx)(r.pre,{children:(0,d.jsx)(r.code,{className:"language-js",metastring:"showLineNumbers",children:'const empOrders = await instance.select("Orders", "EmployeeID") // Selects "EmployeeID" from "Orders"\r\n .distinct() // Ensures unique EmployeeIDs\r\n .execute();\r\nconsole.log(empOrders);\r\n/* Output:\r\n[\r\n { EmployeeID: 5 },\r\n { EmployeeID: 6 },\r\n { EmployeeID: 4 },\r\n { EmployeeID: 3 },\r\n { EmployeeID: 9 },\r\n { EmployeeID: 1 },\r\n { EmployeeID: 8 },\r\n { EmployeeID: 2 },\r\n { EmployeeID: 7 }\r\n]\r\n*/\n'})}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h3,{id:"where",children:"where()"}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 (",(0,d.jsx)(r.code,{children:"string"})," = ",(0,d.jsx)(r.strong,{children:"String"}),", ",(0,d.jsx)(r.code,{children:"values"})," = ",(0,d.jsx)(r.strong,{children:"Array"}),"<",(0,d.jsx)(r.strong,{children:"any"}),">) \u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsxs)(r.p,{children:["Adds a ",(0,d.jsx)(r.code,{children:"WHERE"})," clause to filter results."]}),"\n",(0,d.jsxs)(r.ul,{children:["\n",(0,d.jsxs)(r.li,{children:["Use ",(0,d.jsx)(r.code,{children:"?"})," as placeholders in the condition string to prevent SQL injection."]}),"\n",(0,d.jsxs)(r.li,{children:["If using joins, specify columns as ",(0,d.jsx)(r.code,{children:"table.column"}),"."]}),"\n"]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Parameters"})}),"\n",(0,d.jsxs)(r.table,{children:[(0,d.jsx)(r.thead,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.th,{children:"Parameter"}),(0,d.jsx)(r.th,{children:"Type"}),(0,d.jsx)(r.th,{children:"Description"})]})}),(0,d.jsxs)(r.tbody,{children:[(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"string"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"String"})}),(0,d.jsxs)(r.td,{children:[(0,d.jsx)(r.code,{children:"WHERE"})," clause with ",(0,d.jsx)(r.code,{children:"?"})," placeholders for values."]})]}),(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"values"})}),(0,d.jsxs)(r.td,{children:[(0,d.jsx)(r.strong,{children:"Array"}),"<",(0,d.jsx)(r.strong,{children:"any"}),">"]}),(0,d.jsxs)(r.td,{children:["Values to replace ",(0,d.jsx)(r.code,{children:"?"}),", in order."]})]})]})]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Example"})}),"\n",(0,d.jsxs)(r.p,{children:["Scenario: We only want to get the ",(0,d.jsx)(r.a,{href:"../example-db/Orders",children:"Orders"})," from the Customers with the id ",(0,d.jsx)(r.code,{children:"90"})," and ",(0,d.jsx)(r.code,{children:"34"})]}),"\n",(0,d.jsx)(r.pre,{children:(0,d.jsx)(r.code,{className:"language-js",metastring:"showLineNumbers",children:"const filteredOrders = await instance.select(\"Orders\") // Select \"Orders\" table\r\n .where(\"CustomerID = ? OR CustomerID = ?\", [90, 34])\r\n .execute();\r\nconsole.log(filteredOrders);\r\n/* Output:\r\n[\r\n { OrderID: 10248, CustomerID: 90, EmployeeID: 5, OrderDate: '1996-07-04', ShipperID: 3 },\r\n { OrderID: 10250, CustomerID: 34, EmployeeID: 4, OrderDate: '1996-07-08', ShipperID: 2 },\r\n { OrderID: 10253, CustomerID: 34, EmployeeID: 3, OrderDate: '1996-07-10', ShipperID: 2 }\r\n]\r\n*/\n"})}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h3,{id:"having",children:"having()"}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 (",(0,d.jsx)(r.code,{children:"string"})," = ",(0,d.jsx)(r.strong,{children:"String"}),", ",(0,d.jsx)(r.code,{children:"values"})," = ",(0,d.jsx)(r.strong,{children:"Array"}),"<",(0,d.jsx)(r.strong,{children:"any"}),">) \u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsxs)(r.p,{children:["Same as ",(0,d.jsx)(r.a,{href:"#where",children:".where()"}),", but allows filtering after aggregation."]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Parameters"})}),"\n",(0,d.jsxs)(r.table,{children:[(0,d.jsx)(r.thead,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.th,{children:"Parameter"}),(0,d.jsx)(r.th,{children:"Type"}),(0,d.jsx)(r.th,{children:"Description"})]})}),(0,d.jsxs)(r.tbody,{children:[(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"string"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"String"})}),(0,d.jsxs)(r.td,{children:[(0,d.jsx)(r.code,{children:"HAVING"})," clause with ",(0,d.jsx)(r.code,{children:"?"})," placeholders.."]})]}),(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"values"})}),(0,d.jsxs)(r.td,{children:[(0,d.jsx)(r.strong,{children:"Array"}),"<",(0,d.jsx)(r.strong,{children:"any"}),">"]}),(0,d.jsxs)(r.td,{children:["Values to replace ",(0,d.jsx)(r.code,{children:"?"}),", in order."]})]})]})]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h3,{id:"order",children:"order()"}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 (",(0,d.jsx)(r.code,{children:"column"})," = ",(0,d.jsx)(r.strong,{children:"String"}),", ",(0,d.jsx)(r.code,{children:"desc"})," = ",(0,d.jsx)(r.strong,{children:"Boolean"}),", ",(0,d.jsx)(r.code,{children:"aggregation"})," = ",(0,d.jsx)(r.strong,{children:"Enum"}),") \u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.p,{children:"Adds sorting to the query."}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Parameters"})}),"\n",(0,d.jsxs)(r.table,{children:[(0,d.jsx)(r.thead,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.th,{children:"Parameter"}),(0,d.jsx)(r.th,{children:"Type"}),(0,d.jsx)(r.th,{children:"Description"})]})}),(0,d.jsxs)(r.tbody,{children:[(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"column"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"String"})}),(0,d.jsx)(r.td,{children:"Column to order by."})]}),(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"desc"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"Boolean"})}),(0,d.jsxs)(r.td,{children:["Sort in descending order? Defaults to ",(0,d.jsx)(r.code,{children:"false"}),"."]})]}),(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"aggregation"})}),(0,d.jsxs)(r.td,{children:[(0,d.jsx)(r.strong,{children:"Enum"})," \u2192 ",(0,d.jsx)(r.code,{children:"MIN"}),"/",(0,d.jsx)(r.code,{children:"MAX"}),"/",(0,d.jsx)(r.code,{children:"COUNT"}),"/",(0,d.jsx)(r.code,{children:"SUM"}),"/",(0,d.jsx)(r.code,{children:"AVG"})]}),(0,d.jsx)(r.td,{children:"Optional aggregation function."})]})]})]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h3,{id:"count",children:"count()"}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 (",(0,d.jsx)(r.code,{children:"doParse"})," = ",(0,d.jsx)(r.strong,{children:"Boolean"}),") \u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.p,{children:"Counts the number of rows in the first selected column."}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Parameters"})}),"\n",(0,d.jsxs)(r.table,{children:[(0,d.jsx)(r.thead,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.th,{children:"Parameter"}),(0,d.jsx)(r.th,{children:"Type"}),(0,d.jsx)(r.th,{children:"Description"})]})}),(0,d.jsx)(r.tbody,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"doParse"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"Boolean"})}),(0,d.jsxs)(r.td,{children:["If ",(0,d.jsx)(r.code,{children:"true"}),", returns a number instead of an array. Defaults to ",(0,d.jsx)(r.code,{children:"false"}),"."]})]})})]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h3,{id:"sum",children:"sum()"}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 (",(0,d.jsx)(r.code,{children:"doParse"})," = ",(0,d.jsx)(r.strong,{children:"Boolean"}),") \u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.p,{children:"Sums numerical rows of the first selected column."}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Parameters"})}),"\n",(0,d.jsxs)(r.table,{children:[(0,d.jsx)(r.thead,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.th,{children:"Parameter"}),(0,d.jsx)(r.th,{children:"Type"}),(0,d.jsx)(r.th,{children:"Description"})]})}),(0,d.jsx)(r.tbody,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"doParse"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"Boolean"})}),(0,d.jsxs)(r.td,{children:["If ",(0,d.jsx)(r.code,{children:"true"}),", returns a number. Defaults to ",(0,d.jsx)(r.code,{children:"false"}),"."]})]})})]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h3,{id:"avg",children:"avg()"}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 (",(0,d.jsx)(r.code,{children:"doParse"})," = ",(0,d.jsx)(r.strong,{children:"Boolean"}),") \u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.p,{children:"Calculates the average value of numerical rows in the first selected column."}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Parameters"})}),"\n",(0,d.jsxs)(r.table,{children:[(0,d.jsx)(r.thead,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.th,{children:"Parameter"}),(0,d.jsx)(r.th,{children:"Type"}),(0,d.jsx)(r.th,{children:"Description"})]})}),(0,d.jsx)(r.tbody,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"doParse"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"Boolean"})}),(0,d.jsxs)(r.td,{children:["If ",(0,d.jsx)(r.code,{children:"true"}),", returns a number. Defaults to ",(0,d.jsx)(r.code,{children:"false"}),"."]})]})})]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h3,{id:"group",children:"group()"}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 (",(0,d.jsx)(r.code,{children:"...columns"})," = ",(0,d.jsx)(r.strong,{children:"String"}),") \u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.p,{children:"Groups rows by the specified columns."}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Parameters"})}),"\n",(0,d.jsxs)(r.table,{children:[(0,d.jsx)(r.thead,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.th,{children:"Parameter"}),(0,d.jsx)(r.th,{children:"Type"}),(0,d.jsx)(r.th,{children:"Description"})]})}),(0,d.jsx)(r.tbody,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"...columns"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"String"})}),(0,d.jsx)(r.td,{children:"Columns to group by."})]})})]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h3,{id:"join",children:"join()"}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 (",(0,d.jsx)(r.code,{children:"type"})," = ",(0,d.jsx)(r.strong,{children:"Enum"}),", ",(0,d.jsx)(r.code,{children:"table"})," = ",(0,d.jsx)(r.strong,{children:"String"}),", ",(0,d.jsx)(r.code,{children:"onOriginalColumn"})," = ",(0,d.jsx)(r.strong,{children:"String"}),", ",(0,d.jsx)(r.code,{children:"onJoinedColumn"})," = ",(0,d.jsx)(r.strong,{children:"String"}),", ",(0,d.jsx)(r.code,{children:"...columns"})," = ",(0,d.jsx)(r.strong,{children:"String"}),") \u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsxs)(r.p,{children:["Performs a ",(0,d.jsx)(r.code,{children:"SQL JOIN"}),"."]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Parameters"})}),"\n",(0,d.jsxs)(r.table,{children:[(0,d.jsx)(r.thead,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.th,{children:"Parameter"}),(0,d.jsx)(r.th,{children:"Type"}),(0,d.jsx)(r.th,{children:"Description"})]})}),(0,d.jsxs)(r.tbody,{children:[(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"type"})}),(0,d.jsxs)(r.td,{children:[(0,d.jsx)(r.strong,{children:"Enum"})," \u2192 ",(0,d.jsx)(r.code,{children:"LEFT"}),"/",(0,d.jsx)(r.code,{children:"INNER"}),"/",(0,d.jsx)(r.code,{children:"RIGHT"}),"/",(0,d.jsx)(r.code,{children:"FULL OUTER"})]}),(0,d.jsx)(r.td,{children:"Type of join."})]}),(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"table"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"String"})}),(0,d.jsx)(r.td,{children:"Table to join with."})]}),(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"onOriginalColumn"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"String"})}),(0,d.jsx)(r.td,{children:"Column from the original table."})]}),(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"onJoinedColumn"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"String"})}),(0,d.jsx)(r.td,{children:"Column from the joined table."})]}),(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"...columns"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"String"})}),(0,d.jsx)(r.td,{children:"Columns to select."})]})]})]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h3,{id:"limit",children:"limit()"}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 (",(0,d.jsx)(r.code,{children:"number"})," = ",(0,d.jsx)(r.strong,{children:"Number"}),", ",(0,d.jsx)(r.code,{children:"offset"})," = ",(0,d.jsx)(r.strong,{children:"Number"}),") \u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.p,{children:"Limits the number of returned rows and sets an offset."}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Parameters"})}),"\n",(0,d.jsxs)(r.table,{children:[(0,d.jsx)(r.thead,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.th,{children:"Parameter"}),(0,d.jsx)(r.th,{children:"Type"}),(0,d.jsx)(r.th,{children:"Description"})]})}),(0,d.jsxs)(r.tbody,{children:[(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"number"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"Number"})}),(0,d.jsx)(r.td,{children:"Maximum rows to return."})]}),(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"offset"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"Number"})}),(0,d.jsx)(r.td,{children:"Offset for starting position."})]})]})]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h3,{id:"pagination",children:"pagination()"}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 (",(0,d.jsx)(r.code,{children:"page"})," = ",(0,d.jsx)(r.strong,{children:"Number"}),", ",(0,d.jsx)(r.code,{children:"itemsPerPage"})," = ",(0,d.jsx)(r.strong,{children:"Number"}),") \u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.p,{children:"Applies pagination to the query results."}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Parameters"})}),"\n",(0,d.jsxs)(r.table,{children:[(0,d.jsx)(r.thead,{children:(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.th,{children:"Parameter"}),(0,d.jsx)(r.th,{children:"Type"}),(0,d.jsx)(r.th,{children:"Description"})]})}),(0,d.jsxs)(r.tbody,{children:[(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"page"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"Number"})}),(0,d.jsx)(r.td,{children:"The page number (starting from 1)."})]}),(0,d.jsxs)(r.tr,{children:[(0,d.jsx)(r.td,{children:(0,d.jsx)(r.code,{children:"itemsPerPage"})}),(0,d.jsx)(r.td,{children:(0,d.jsx)(r.strong,{children:"Number"})}),(0,d.jsx)(r.td,{children:"Number of items per page."})]})]})]}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 ",(0,d.jsx)(r.code,{children:"this"})]}),"\n",(0,d.jsx)(r.hr,{}),"\n",(0,d.jsx)(r.h3,{id:"execute",children:"execute()"}),"\n",(0,d.jsxs)(r.p,{children:[(0,d.jsx)(r.code,{children:"async"})," \u2192 () \u2192 ",(0,d.jsx)(r.strong,{children:"Number"})," / ",(0,d.jsx)(r.strong,{children:"Array"}),"<",(0,d.jsx)(r.strong,{children:"Object"}),">"]}),"\n",(0,d.jsx)(r.p,{children:"Executes the query."}),"\n",(0,d.jsx)(r.p,{children:(0,d.jsx)(r.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(r.p,{children:["\u2192 ",(0,d.jsx)(r.strong,{children:"Number"})," - if (",(0,d.jsx)(r.code,{children:"doParse"})," is ",(0,d.jsx)(r.code,{children:"true"}),")",(0,d.jsx)("br",{}),"\r\n\u2192 ",(0,d.jsx)(r.strong,{children:"Array"}),"<",(0,d.jsx)(r.strong,{children:"Object"}),"> - Query Result"]}),"\n",(0,d.jsx)(r.hr,{})]})}function j(e={}){const{wrapper:r}={...(0,i.R)(),...e.components};return r?(0,d.jsx)(r,{...e,children:(0,d.jsx)(x,{...e})}):x(e)}},8453:(e,r,s)=>{s.d(r,{R:()=>c,x:()=>l});var n=s(6540);const d={},i=n.createContext(d);function c(e){const r=n.useContext(i);return n.useMemo((function(){return"function"==typeof e?e(r):{...r,...e}}),[r,e])}function l(e){let r;return r=e.disableParentContext?"function"==typeof e.components?e.components(d):e.components||d:c(e.components),n.createElement(i.Provider,{value:r},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/24da6c76.159e5a29.js b/docs/docusaurus/build/assets/js/24da6c76.159e5a29.js new file mode 100644 index 0000000..af7a086 --- /dev/null +++ b/docs/docusaurus/build/assets/js/24da6c76.159e5a29.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[294],{6421:(e,s,n)=>{n.r(s),n.d(s,{assets:()=>l,contentTitle:()=>c,default:()=>x,frontMatter:()=>t,metadata:()=>r,toc:()=>o});const r=JSON.parse('{"id":"classes/structure","title":"Structure","description":"Defines a new table structure for managing columns efficiently.","source":"@site/docs/classes/structure.md","sourceDirName":"classes","slug":"/classes/structure","permalink":"/awSQL/classes/structure","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":7,"frontMatter":{"sidebar_position":7},"sidebar":"defaultSidebar","previous":{"title":"Update","permalink":"/awSQL/classes/update"},"next":{"title":"CreateTable","permalink":"/awSQL/classes/create-table"}}');var d=n(4848),i=n(8453);const t={sidebar_position:7},c="Structure",l={},o=[{value:"Methods",id:"methods",level:2},{value:"constructor()",id:"constructor",level:3},{value:"get()",id:"get",level:3},{value:"drop()",id:"drop",level:3},{value:"Column Methods",id:"column-methods",level:2},{value:"String-Based Columns",id:"string-based-columns",level:3},{value:"Binary Data Columns",id:"binary-data-columns",level:3},{value:"Numeric Columns",id:"numeric-columns",level:3},{value:"Floating Point & Decimal Columns",id:"floating-point--decimal-columns",level:3},{value:"Date & Time Columns",id:"date--time-columns",level:3}];function h(e){const s={a:"a",code:"code",em:"em",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,i.R)(),...e.components};return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(s.header,{children:(0,d.jsx)(s.h1,{id:"structure",children:"Structure"})}),"\n",(0,d.jsx)(s.p,{children:"Defines a new table structure for managing columns efficiently."}),"\n",(0,d.jsx)(s.hr,{}),"\n",(0,d.jsx)(s.h2,{id:"methods",children:"Methods"}),"\n",(0,d.jsx)(s.hr,{}),"\n",(0,d.jsx)(s.h3,{id:"constructor",children:"constructor()"}),"\n",(0,d.jsxs)(s.p,{children:["\u2192 (",(0,d.jsx)(s.code,{children:"tableDescription"}),"? = ",(0,d.jsx)(s.strong,{children:"Array"}),"<",(0,d.jsx)(s.a,{href:"../typedefs/column-structure",children:"ColumnStructure"}),">) \u2192 ",(0,d.jsx)(s.code,{children:"this"})]}),"\n",(0,d.jsxs)(s.p,{children:["Create a new ",(0,d.jsx)(s.code,{children:"Structure"})," instance."]}),"\n",(0,d.jsx)(s.p,{children:(0,d.jsx)(s.strong,{children:"Parameters"})}),"\n",(0,d.jsxs)(s.table,{children:[(0,d.jsx)(s.thead,{children:(0,d.jsxs)(s.tr,{children:[(0,d.jsx)(s.th,{children:"Parameter"}),(0,d.jsx)(s.th,{children:"Type"}),(0,d.jsx)(s.th,{children:"Description"})]})}),(0,d.jsx)(s.tbody,{children:(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"tableDescription"})," ",(0,d.jsx)(s.strong,{children:"optional"})]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.strong,{children:"Array"}),"<",(0,d.jsx)(s.a,{href:"../typedefs/column-structure",children:"ColumnStructure"}),">"]}),(0,d.jsxs)(s.td,{children:["A list of column structure objects defining table columns.",(0,d.jsx)("br",{}),(0,d.jsx)("br",{}),"A table description can be retrieved using the ",(0,d.jsx)(s.a,{href:"#get",children:"get()"})," method and later reloaded by passing it to the ",(0,d.jsx)(s.code,{children:"Structure"})," constructor."]})]})})]}),"\n",(0,d.jsx)(s.p,{children:(0,d.jsx)(s.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(s.p,{children:["\u2192 ",(0,d.jsx)(s.code,{children:"this"})," - The instance of ",(0,d.jsx)(s.code,{children:"Structure"}),"."]}),"\n",(0,d.jsx)(s.hr,{}),"\n",(0,d.jsx)(s.h3,{id:"get",children:"get()"}),"\n",(0,d.jsxs)(s.p,{children:["\u2192 () \u2192 ",(0,d.jsx)(s.strong,{children:"Array"}),"<",(0,d.jsx)(s.a,{href:"../typedefs/column-structure",children:"ColumnStructure"}),">"]}),"\n",(0,d.jsxs)(s.p,{children:["Retrieves an array of all defined columns in the ",(0,d.jsx)(s.code,{children:"Structure"})," as ",(0,d.jsx)(s.a,{href:"../typedefs/column-structure",children:"ColumnStructure"})," objects."]}),"\n",(0,d.jsx)(s.p,{children:(0,d.jsx)(s.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(s.p,{children:["\u2192 ",(0,d.jsx)(s.strong,{children:"Array"}),"<",(0,d.jsx)(s.a,{href:"../typedefs/column-structure",children:"ColumnStructure"}),"> - A list of defined columns."]}),"\n",(0,d.jsx)(s.hr,{}),"\n",(0,d.jsx)(s.h3,{id:"drop",children:"drop()"}),"\n",(0,d.jsxs)(s.p,{children:["\u2192 (",(0,d.jsx)(s.code,{children:"name"})," = ",(0,d.jsx)(s.strong,{children:"String"}),") \u2192 ",(0,d.jsx)(s.code,{children:"this"})]}),"\n",(0,d.jsx)(s.p,{children:"Removes a column from the structure."}),"\n",(0,d.jsx)(s.p,{children:(0,d.jsx)(s.strong,{children:"Parameters"})}),"\n",(0,d.jsxs)(s.table,{children:[(0,d.jsx)(s.thead,{children:(0,d.jsxs)(s.tr,{children:[(0,d.jsx)(s.th,{children:"Parameter"}),(0,d.jsx)(s.th,{children:"Type"}),(0,d.jsx)(s.th,{children:"Description"})]})}),(0,d.jsx)(s.tbody,{children:(0,d.jsxs)(s.tr,{children:[(0,d.jsx)(s.td,{children:(0,d.jsx)(s.code,{children:"name"})}),(0,d.jsx)(s.td,{children:(0,d.jsx)(s.strong,{children:"String"})}),(0,d.jsx)(s.td,{children:"The column name to remove."})]})})]}),"\n",(0,d.jsx)(s.p,{children:(0,d.jsx)(s.strong,{children:"Returns"})}),"\n",(0,d.jsxs)(s.p,{children:["\u2192 ",(0,d.jsx)(s.code,{children:"this"})]}),"\n",(0,d.jsx)(s.hr,{}),"\n",(0,d.jsx)(s.h2,{id:"column-methods",children:"Column Methods"}),"\n",(0,d.jsx)(s.p,{children:"Each of these methods adds a column of the specified type to the structure."}),"\n",(0,d.jsx)(s.hr,{}),"\n",(0,d.jsx)(s.h3,{id:"string-based-columns",children:"String-Based Columns"}),"\n",(0,d.jsxs)(s.table,{children:[(0,d.jsx)(s.thead,{children:(0,d.jsxs)(s.tr,{children:[(0,d.jsx)(s.th,{children:"Method"}),(0,d.jsx)(s.th,{children:"Parameters"}),(0,d.jsx)(s.th,{children:"Description"})]})}),(0,d.jsxs)(s.tbody,{children:[(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["char(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"size"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"size"}),": (",(0,d.jsx)(s.em,{children:"0-255, default 1"}),")"]}),(0,d.jsx)(s.td,{children:"Adds a fixed-length character column."})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["varchar(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"size"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"size"}),": (",(0,d.jsx)(s.em,{children:"0-255, default 1"}),")"]}),(0,d.jsx)(s.td,{children:"Adds a variable-length character column."})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["tinytext(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsx)(s.td,{children:"-"}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"tinytext"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["text(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsx)(s.td,{children:"-"}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"text"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["mediumtext(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsx)(s.td,{children:"-"}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"mediumtext"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["longtext(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsx)(s.td,{children:"-"}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"longtext"})," column."]})]})]})]}),"\n",(0,d.jsx)(s.hr,{}),"\n",(0,d.jsx)(s.h3,{id:"binary-data-columns",children:"Binary Data Columns"}),"\n",(0,d.jsxs)(s.table,{children:[(0,d.jsx)(s.thead,{children:(0,d.jsxs)(s.tr,{children:[(0,d.jsx)(s.th,{children:"Method"}),(0,d.jsx)(s.th,{children:"Parameters"}),(0,d.jsx)(s.th,{children:"Description"})]})}),(0,d.jsxs)(s.tbody,{children:[(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["binary(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"size"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"size"}),": (",(0,d.jsx)(s.em,{children:"1+, default 1"}),")"]}),(0,d.jsx)(s.td,{children:"Adds a binary column."})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["varbinary(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"size"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"size"}),": (",(0,d.jsx)(s.em,{children:"0+, default 1"}),")"]}),(0,d.jsx)(s.td,{children:"Adds a variable-length binary column."})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["tinyblob(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsx)(s.td,{children:"-"}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"tinyblob"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["blob(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"size"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"size"}),": (",(0,d.jsx)(s.em,{children:"0-65535, default 65535"}),")"]}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"blob"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["longblobl(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsx)(s.td,{children:"-"}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"longblob"})," column."]})]})]})]}),"\n",(0,d.jsx)(s.hr,{}),"\n",(0,d.jsxs)(s.table,{children:[(0,d.jsx)(s.thead,{children:(0,d.jsxs)(s.tr,{children:[(0,d.jsx)(s.th,{children:"Method"}),(0,d.jsx)(s.th,{children:"Parameters"}),(0,d.jsx)(s.th,{children:"Description"})]})}),(0,d.jsxs)(s.tbody,{children:[(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["enum(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"vals"}),": ",(0,d.jsx)(s.strong,{children:"Array"}),"<",(0,d.jsx)(s.strong,{children:"String"}),">, ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"vals"}),": ",(0,d.jsx)(s.em,{children:"Array of allowed values"})]}),(0,d.jsxs)(s.td,{children:["Adds an ",(0,d.jsx)(s.code,{children:"enum"})," column with predefined values."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["set(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"vals"}),": ",(0,d.jsx)(s.strong,{children:"Array"}),"<",(0,d.jsx)(s.strong,{children:"String"}),">, ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"vals"}),": ",(0,d.jsx)(s.em,{children:"Array of allowed values"})]}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"set"})," column with multiple selectable values."]})]})]})]}),"\n",(0,d.jsx)(s.hr,{}),"\n",(0,d.jsx)(s.h3,{id:"numeric-columns",children:"Numeric Columns"}),"\n",(0,d.jsxs)(s.table,{children:[(0,d.jsx)(s.thead,{children:(0,d.jsxs)(s.tr,{children:[(0,d.jsx)(s.th,{children:"Method"}),(0,d.jsx)(s.th,{children:"Parameters"}),(0,d.jsx)(s.th,{children:"Description"})]})}),(0,d.jsxs)(s.tbody,{children:[(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["bit(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"size"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"size"}),": (",(0,d.jsx)(s.em,{children:"1-64, default 1"}),")"]}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"bit"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["tinyint(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"size"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"size"}),": (",(0,d.jsx)(s.em,{children:"1-255, default 255"}),")"]}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"tinyint"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["bool(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsx)(s.td,{children:"-"}),(0,d.jsxs)(s.td,{children:["Alias for ",(0,d.jsx)(s.code,{children:"tinyint(1)"}),"."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["smallint(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"size"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"size"}),": (",(0,d.jsx)(s.em,{children:"1-255, default 255"}),")"]}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"smallint"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["mediumint(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"size"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"size"}),": (",(0,d.jsx)(s.em,{children:"1-255, default 255"}),")"]}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"mediumint"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["int(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"size"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"size"}),": (",(0,d.jsx)(s.em,{children:"1-255, default 255"}),")"]}),(0,d.jsxs)(s.td,{children:["Adds an ",(0,d.jsx)(s.code,{children:"int"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["bigint(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"size"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"size"}),": (",(0,d.jsx)(s.em,{children:"1-255, default 255"}),")"]}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"bigint"})," column."]})]})]})]}),"\n",(0,d.jsx)(s.hr,{}),"\n",(0,d.jsx)(s.h3,{id:"floating-point--decimal-columns",children:"Floating Point & Decimal Columns"}),"\n",(0,d.jsxs)(s.table,{children:[(0,d.jsx)(s.thead,{children:(0,d.jsxs)(s.tr,{children:[(0,d.jsx)(s.th,{children:"Method"}),(0,d.jsx)(s.th,{children:"Parameters"}),(0,d.jsx)(s.th,{children:"Description"})]})}),(0,d.jsxs)(s.tbody,{children:[(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["float(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"p"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"p"}),": (",(0,d.jsx)(s.em,{children:"1-53, default 25"}),")"]}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"float"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["double(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"size"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"d"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"size"}),": (",(0,d.jsx)(s.em,{children:"1+, default 16"}),")",(0,d.jsx)("br",{}),(0,d.jsx)(s.code,{children:"d"}),": (",(0,d.jsx)(s.em,{children:"1+, default 8"}),")"]}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"double"})," dolumn."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["decimal(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"size"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"d"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"size"}),": (",(0,d.jsx)(s.em,{children:"1+, default 16"}),")",(0,d.jsx)("br",{}),(0,d.jsx)(s.code,{children:"d"}),": (",(0,d.jsx)(s.em,{children:"1+, default 8"}),")"]}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"decimal"})," column."]})]})]})]}),"\n",(0,d.jsx)(s.hr,{}),"\n",(0,d.jsx)(s.h3,{id:"date--time-columns",children:"Date & Time Columns"}),"\n",(0,d.jsxs)(s.table,{children:[(0,d.jsx)(s.thead,{children:(0,d.jsxs)(s.tr,{children:[(0,d.jsx)(s.th,{children:"Method"}),(0,d.jsx)(s.th,{children:"Parameters"}),(0,d.jsx)(s.th,{children:"Description"})]})}),(0,d.jsxs)(s.tbody,{children:[(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["date(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsx)(s.td,{children:"-"}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"date"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["datetime(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"fsp"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"fsp"}),": (",(0,d.jsx)(s.em,{children:"0-6, default 0"}),")"]}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"datetime"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["timestamp(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"fsp"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"fsp"}),": (",(0,d.jsx)(s.em,{children:"0-6, default 0"}),")"]}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"timestamp"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["time(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"fsp"}),"?: ",(0,d.jsx)(s.strong,{children:"Number"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsxs)(s.td,{children:[(0,d.jsx)(s.code,{children:"fsp"}),": (",(0,d.jsx)(s.em,{children:"0-6, default 0"}),")"]}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"time"})," column."]})]}),(0,d.jsxs)(s.tr,{children:[(0,d.jsxs)(s.td,{children:["year(",(0,d.jsx)(s.code,{children:"name"}),": ",(0,d.jsx)(s.strong,{children:"String"}),", ",(0,d.jsx)(s.code,{children:"options"}),"?: ",(0,d.jsx)(s.a,{href:"../typedefs/constraint-options",children:"ConstraintOptions"}),")"]}),(0,d.jsx)(s.td,{children:"-"}),(0,d.jsxs)(s.td,{children:["Adds a ",(0,d.jsx)(s.code,{children:"year"})," column."]})]})]})]}),"\n",(0,d.jsx)(s.hr,{})]})}function x(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,d.jsx)(s,{...e,children:(0,d.jsx)(h,{...e})}):h(e)}},8453:(e,s,n)=>{n.d(s,{R:()=>t,x:()=>c});var r=n(6540);const d={},i=r.createContext(d);function t(e){const s=r.useContext(i);return r.useMemo((function(){return"function"==typeof e?e(s):{...s,...e}}),[s,e])}function c(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(d):e.components||d:t(e.components),r.createElement(i.Provider,{value:s},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/29b1da97.9687cf0d.js b/docs/docusaurus/build/assets/js/29b1da97.9687cf0d.js new file mode 100644 index 0000000..a069639 --- /dev/null +++ b/docs/docusaurus/build/assets/js/29b1da97.9687cf0d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[894],{3026:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>a,contentTitle:()=>l,default:()=>o,frontMatter:()=>i,metadata:()=>r,toc:()=>c});const r=JSON.parse('{"id":"example-db/Employees","title":"Table: Employees","description":"| EmployeeID | LastName | FirstName | BirthDate | Photo | Notes |","source":"@site/docs/example-db/Employees.md","sourceDirName":"example-db","slug":"/example-db/Employees","permalink":"/awSQL/example-db/Employees","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: Customers","permalink":"/awSQL/example-db/Customers"},"next":{"title":"Table: OrderDetails","permalink":"/awSQL/example-db/OrderDetails"}}');var s=n(4848),d=n(8453);const i={},l="Table: Employees",a={},c=[];function h(e){const t={h1:"h1",header:"header",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,d.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.header,{children:(0,s.jsx)(t.h1,{id:"table-employees",children:"Table: Employees"})}),"\n",(0,s.jsxs)(t.table,{children:[(0,s.jsx)(t.thead,{children:(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.th,{children:"EmployeeID"}),(0,s.jsx)(t.th,{children:"LastName"}),(0,s.jsx)(t.th,{children:"FirstName"}),(0,s.jsx)(t.th,{children:"BirthDate"}),(0,s.jsx)(t.th,{children:"Photo"}),(0,s.jsx)(t.th,{children:"Notes"})]})}),(0,s.jsxs)(t.tbody,{children:[(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{children:"1"}),(0,s.jsx)(t.td,{children:"Davolio"}),(0,s.jsx)(t.td,{children:"Nancy"}),(0,s.jsx)(t.td,{children:"1968-12-08"}),(0,s.jsx)(t.td,{children:"EmpID1.pic"}),(0,s.jsx)(t.td,{children:"Education includes a BA in psychology from Colorado State University. She also completed (The Art of the Cold Call). Nancy is a member of 'Toastmasters International'."})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{children:"2"}),(0,s.jsx)(t.td,{children:"Fuller"}),(0,s.jsx)(t.td,{children:"Andrew"}),(0,s.jsx)(t.td,{children:"1952-02-19"}),(0,s.jsx)(t.td,{children:"EmpID2.pic"}),(0,s.jsx)(t.td,{children:"Andrew received his BTS commercial and a Ph.D. in international marketing from the University of Dallas. He is fluent in French and Italian and reads German. He joined the company as a sales representative"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{children:"3"}),(0,s.jsx)(t.td,{children:"Leverling"}),(0,s.jsx)(t.td,{children:"Janet"}),(0,s.jsx)(t.td,{children:"1963-08-30"}),(0,s.jsx)(t.td,{children:"EmpID3.pic"}),(0,s.jsx)(t.td,{children:"Janet has a BS degree in chemistry from Boston College). She has also completed a certificate program in food retailing management. Janet was hired as a sales associate and was promoted to sales representative."})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{children:"4"}),(0,s.jsx)(t.td,{children:"Peacock"}),(0,s.jsx)(t.td,{children:"Margaret"}),(0,s.jsx)(t.td,{children:"1958-09-19"}),(0,s.jsx)(t.td,{children:"EmpID4.pic"}),(0,s.jsx)(t.td,{children:"Margaret holds a BA in English literature from Concordia College and an MA from the American Institute of Culinary Arts. She was temporarily assigned to the London office before returning to her permanent post in Seattle."})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{children:"5"}),(0,s.jsx)(t.td,{children:"Buchanan"}),(0,s.jsx)(t.td,{children:"Steven"}),(0,s.jsx)(t.td,{children:"1955-03-04"}),(0,s.jsx)(t.td,{children:"EmpID5.pic"}),(0,s.jsx)(t.td,{children:"Steven Buchanan graduated from St. Andrews University"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{children:"6"}),(0,s.jsx)(t.td,{children:"Suyama"}),(0,s.jsx)(t.td,{children:"Michael"}),(0,s.jsx)(t.td,{children:"1963-07-02"}),(0,s.jsx)(t.td,{children:"EmpID6.pic"}),(0,s.jsx)(t.td,{children:"Michael is a graduate of Sussex University (MA"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{children:"7"}),(0,s.jsx)(t.td,{children:"King"}),(0,s.jsx)(t.td,{children:"Robert"}),(0,s.jsx)(t.td,{children:"1960-05-29"}),(0,s.jsx)(t.td,{children:"EmpID7.pic"}),(0,s.jsx)(t.td,{children:"Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the University of Michigan and then joining the company. After completing a course entitled 'Selling in Europe'"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{children:"8"}),(0,s.jsx)(t.td,{children:"Callahan"}),(0,s.jsx)(t.td,{children:"Laura"}),(0,s.jsx)(t.td,{children:"1958-01-09"}),(0,s.jsx)(t.td,{children:"EmpID8.pic"}),(0,s.jsx)(t.td,{children:"Laura received a BA in psychology from the University of Washington. She has also completed a course in business French. She reads and writes French."})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{children:"9"}),(0,s.jsx)(t.td,{children:"Dodsworth"}),(0,s.jsx)(t.td,{children:"Anne"}),(0,s.jsx)(t.td,{children:"1969-07-02"}),(0,s.jsx)(t.td,{children:"EmpID9.pic"}),(0,s.jsx)(t.td,{children:"Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German."})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{children:"10"}),(0,s.jsx)(t.td,{children:"West"}),(0,s.jsx)(t.td,{children:"Adam"}),(0,s.jsx)(t.td,{children:"1928-09-19"}),(0,s.jsx)(t.td,{children:"EmpID10.pic"}),(0,s.jsx)(t.td,{children:"An old chum."})]})]})]})]})}function o(e={}){const{wrapper:t}={...(0,d.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(h,{...e})}):h(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>i,x:()=>l});var r=n(6540);const s={},d=r.createContext(s);function i(e){const t=r.useContext(d);return r.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function l(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:i(e.components),r.createElement(d.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/2ab12074.76390b1f.js b/docs/docusaurus/build/assets/js/2ab12074.76390b1f.js new file mode 100644 index 0000000..c4e7a15 --- /dev/null +++ b/docs/docusaurus/build/assets/js/2ab12074.76390b1f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[344],{5015:(e,s,n)=>{n.r(s),n.d(s,{assets:()=>l,contentTitle:()=>i,default:()=>o,frontMatter:()=>c,metadata:()=>r,toc:()=>h});const r=JSON.parse('{"id":"classes/update","title":"Update","description":"Executes a query to update data in a table.","source":"@site/docs/classes/update.md","sourceDirName":"classes","slug":"/classes/update","permalink":"/awSQL/classes/update","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":6,"frontMatter":{"sidebar_position":6},"sidebar":"defaultSidebar","previous":{"title":"Delete","permalink":"/awSQL/classes/delete"},"next":{"title":"Structure","permalink":"/awSQL/classes/structure"}}');var t=n(4848),d=n(8453);const c={sidebar_position:6},i="Update",l={},h=[{value:"Methods",id:"methods",level:2},{value:"data()",id:"data",level:3},{value:"selectDatabase()",id:"selectdatabase",level:3},{value:"force()",id:"force",level:3},{value:"where()",id:"where",level:3},{value:"execute()",id:"execute",level:3}];function a(e){const s={a:"a",admonition:"admonition",code:"code",em:"em",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",li:"li",p:"p",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",ul:"ul",...(0,d.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.header,{children:(0,t.jsx)(s.h1,{id:"update",children:"Update"})}),"\n",(0,t.jsx)(s.p,{children:"Executes a query to update data in a table."}),"\n",(0,t.jsxs)(s.admonition,{title:"Possible Crash",type:"warning",children:[(0,t.jsxs)(s.p,{children:["To prevent accidental updates on all rows, this operation will ",(0,t.jsx)(s.strong,{children:"throw an error"})," when calling ",(0,t.jsx)(s.a,{href:"#execute",children:"execute()"})," if no ",(0,t.jsx)(s.a,{href:"#where",children:"where()"})," clause is defined."]}),(0,t.jsxs)(s.p,{children:["To explicitly allow updates on all rows, use ",(0,t.jsx)(s.a,{href:"#force",children:"force()"}),"."]})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h2,{id:"methods",children:"Methods"}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"data",children:"data()"}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 (",(0,t.jsx)(s.code,{children:"object"})," = ",(0,t.jsx)(s.strong,{children:"Object"}),") \u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.p,{children:"Updates all matching rows with the provided data."}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Parameters"})}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Parameter"}),(0,t.jsx)(s.th,{children:"Type"}),(0,t.jsx)(s.th,{children:"Description"})]})}),(0,t.jsx)(s.tbody,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"object"})}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.strong,{children:"Object"})}),(0,t.jsx)(s.td,{children:"An object where keys represent column names and values represent the new data."})]})})]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"selectdatabase",children:"selectDatabase()"}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 (",(0,t.jsx)(s.code,{children:"database"})," = ",(0,t.jsx)(s.strong,{children:"String"}),") \u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.p,{children:"Selects a different database for the query."}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Parameters"})}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Parameter"}),(0,t.jsx)(s.th,{children:"Type"}),(0,t.jsx)(s.th,{children:"Description"})]})}),(0,t.jsx)(s.tbody,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"database"})}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.strong,{children:"String"})}),(0,t.jsx)(s.td,{children:"The name of the database to use for the update."})]})})]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"force",children:"force()"}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 () \u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsxs)(s.p,{children:["Allows updates on ",(0,t.jsx)(s.strong,{children:"all rows"})," in the table."]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"where",children:"where()"}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 (",(0,t.jsx)(s.code,{children:"string"})," = ",(0,t.jsx)(s.strong,{children:"String"}),", ",(0,t.jsx)(s.code,{children:"values"})," = ",(0,t.jsx)(s.strong,{children:"Array"}),"<",(0,t.jsx)(s.strong,{children:"any"}),">) \u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsxs)(s.p,{children:["Adds a ",(0,t.jsx)(s.code,{children:"WHERE"})," clause to filter the update query."]}),"\n",(0,t.jsxs)(s.ul,{children:["\n",(0,t.jsxs)(s.li,{children:["Use ",(0,t.jsx)(s.code,{children:"?"})," as placeholders in the condition string to prevent SQL injection."]}),"\n"]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Parameters"})}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Parameter"}),(0,t.jsx)(s.th,{children:"Type"}),(0,t.jsx)(s.th,{children:"Description"})]})}),(0,t.jsxs)(s.tbody,{children:[(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"string"})}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.strong,{children:"String"})}),(0,t.jsxs)(s.td,{children:["The ",(0,t.jsx)(s.code,{children:"WHERE"})," clause with ",(0,t.jsx)(s.code,{children:"?"})," placeholders."]})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"values"})}),(0,t.jsxs)(s.td,{children:[(0,t.jsx)(s.strong,{children:"Array"}),"<",(0,t.jsx)(s.strong,{children:"any"}),">"]}),(0,t.jsxs)(s.td,{children:["An arrray of values replacing the placeholders in ",(0,t.jsx)(s.em,{children:"left-to-right"})," order."]})]})]})]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"execute",children:"execute()"}),"\n",(0,t.jsxs)(s.p,{children:[(0,t.jsx)(s.code,{children:"async"})," \u2192 () \u2192 ",(0,t.jsx)(s.a,{href:"../typedefs/okpacket",children:"OkPacket"})]}),"\n",(0,t.jsx)(s.p,{children:"Executes the prepared update query."}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.a,{href:"../typedefs/okpacket",children:"OkPacket"})]}),"\n",(0,t.jsx)(s.hr,{})]})}function o(e={}){const{wrapper:s}={...(0,d.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(a,{...e})}):a(e)}},8453:(e,s,n)=>{n.d(s,{R:()=>c,x:()=>i});var r=n(6540);const t={},d=r.createContext(t);function c(e){const s=r.useContext(d);return r.useMemo((function(){return"function"==typeof e?e(s):{...s,...e}}),[s,e])}function i(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:c(e.components),r.createElement(d.Provider,{value:s},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/3ee20894.1f6e2c20.js b/docs/docusaurus/build/assets/js/3ee20894.1f6e2c20.js new file mode 100644 index 0000000..4ae796a --- /dev/null +++ b/docs/docusaurus/build/assets/js/3ee20894.1f6e2c20.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[129],{5016:(e,n,r)=>{r.r(n),r.d(n,{assets:()=>i,contentTitle:()=>c,default:()=>u,frontMatter:()=>d,metadata:()=>s,toc:()=>h});const s=JSON.parse('{"id":"typedefs/column-structure","title":"ColumnStructure","description":"Type: Object","source":"@site/docs/typedefs/column-structure.md","sourceDirName":"typedefs","slug":"/typedefs/column-structure","permalink":"/awSQL/typedefs/column-structure","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":2,"frontMatter":{"sidebar_position":2},"sidebar":"defaultSidebar","previous":{"title":"OkPacket","permalink":"/awSQL/typedefs/okpacket"},"next":{"title":"ConstraintOptions","permalink":"/awSQL/typedefs/constraint-options"}}');var t=r(4848),l=r(8453);const d={sidebar_position:2},c="ColumnStructure",i={},h=[{value:"Example structure",id:"example-structure",level:2},{value:"Properties",id:"properties",level:2},{value:".Field",id:"field",level:3},{value:".Type",id:"type",level:3},{value:".Null",id:"null",level:3},{value:".Key",id:"key",level:3},{value:".Default",id:"default",level:3},{value:".Extra",id:"extra",level:3}];function o(e){const n={a:"a",code:"code",em:"em",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",pre:"pre",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,l.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.header,{children:(0,t.jsx)(n.h1,{id:"columnstructure",children:"ColumnStructure"})}),"\n",(0,t.jsxs)(n.p,{children:[(0,t.jsx)(n.strong,{children:"Type:"})," ",(0,t.jsx)(n.code,{children:"Object"})]}),"\n",(0,t.jsxs)(n.p,{children:["Represents a single column object used by ",(0,t.jsx)(n.a,{href:"../classes/structure",children:"Structure"}),"."]}),"\n",(0,t.jsx)(n.h2,{id:"example-structure",children:"Example structure"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-js",children:'{\r\n Field: "Column name",\r\n Type: "Column type",\r\n Null: "YES",\r\n Key: "PRI",\r\n Default: "Some default value",\r\n Extra: ""\r\n}\n'})}),"\n",(0,t.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,t.jsx)(n.h3,{id:"field",children:".Field"}),"\n",(0,t.jsxs)(n.p,{children:["\u2192 ",(0,t.jsx)(n.strong,{children:"String"})]}),"\n",(0,t.jsx)(n.p,{children:"The column name."}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"type",children:".Type"}),"\n",(0,t.jsxs)(n.p,{children:["\u2192 ",(0,t.jsx)(n.strong,{children:"String"})]}),"\n",(0,t.jsxs)(n.p,{children:["The column type (e.g., ",(0,t.jsx)(n.code,{children:"VARCHAR(255)"}),", ",(0,t.jsx)(n.code,{children:"INT"}),", ",(0,t.jsx)(n.code,{children:"TEXT"}),")."]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"null",children:".Null"}),"\n",(0,t.jsxs)(n.p,{children:["\u2192 ",(0,t.jsx)(n.strong,{children:"Enum"})," \u2192 ",(0,t.jsx)(n.code,{children:"YES"}),"/",(0,t.jsx)(n.code,{children:"NO"})]}),"\n",(0,t.jsxs)(n.p,{children:["Specifies whether the column allows ",(0,t.jsx)(n.code,{children:"NULL"})," values."]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"key",children:".Key"}),"\n",(0,t.jsxs)(n.p,{children:["\u2192 ",(0,t.jsx)(n.strong,{children:"Enum"})," \u2192 ",(0,t.jsx)(n.code,{children:" "}),"/",(0,t.jsx)(n.code,{children:"PRI"}),"/",(0,t.jsx)(n.code,{children:"MUL"}),"/",(0,t.jsx)(n.code,{children:"UNI"})]}),"\n",(0,t.jsx)(n.p,{children:"Defines the key type for the column."}),"\n",(0,t.jsxs)(n.table,{children:[(0,t.jsx)(n.thead,{children:(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.th,{children:"Value"}),(0,t.jsx)(n.th,{children:"Meaning"})]})}),(0,t.jsxs)(n.tbody,{children:[(0,t.jsxs)(n.tr,{children:[(0,t.jsxs)(n.td,{children:[(0,t.jsx)(n.code,{children:'""'})," (",(0,t.jsx)(n.em,{children:"empty"}),")"]}),(0,t.jsx)(n.td,{children:"No key"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"PRI"})}),(0,t.jsx)(n.td,{children:"Primary key"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"MUL"})}),(0,t.jsx)(n.td,{children:"Indexed (multiple rows can have the same value)"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"UNI"})}),(0,t.jsx)(n.td,{children:"Unique (all values must be distinct)"})]})]})]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"default",children:".Default"}),"\n",(0,t.jsxs)(n.p,{children:["\u2192 ",(0,t.jsx)(n.strong,{children:"String"})," / ",(0,t.jsx)(n.strong,{children:"null"})]}),"\n",(0,t.jsx)(n.p,{children:"THe default value for the column (if any)."}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"extra",children:".Extra"}),"\n",(0,t.jsxs)(n.p,{children:["\u2192 ",(0,t.jsx)(n.strong,{children:"Enum"})," \u2192 ",(0,t.jsx)(n.code,{children:'""'}),"/",(0,t.jsx)(n.code,{children:"auto_increment"})]}),"\n",(0,t.jsx)(n.p,{children:"Additional attributes for the column."}),"\n",(0,t.jsxs)(n.table,{children:[(0,t.jsx)(n.thead,{children:(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.th,{children:"Value"}),(0,t.jsx)(n.th,{children:"Meaning"})]})}),(0,t.jsxs)(n.tbody,{children:[(0,t.jsxs)(n.tr,{children:[(0,t.jsxs)(n.td,{children:[(0,t.jsx)(n.code,{children:'""'})," (",(0,t.jsx)(n.em,{children:"empty"}),")"]}),(0,t.jsx)(n.td,{children:"No extra properties"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"auto_increment"})}),(0,t.jsx)(n.td,{children:"The column value auto-increments (typically for primary keys)"})]})]})]}),"\n",(0,t.jsx)(n.hr,{})]})}function u(e={}){const{wrapper:n}={...(0,l.R)(),...e.components};return n?(0,t.jsx)(n,{...e,children:(0,t.jsx)(o,{...e})}):o(e)}},8453:(e,n,r)=>{r.d(n,{R:()=>d,x:()=>c});var s=r(6540);const t={},l=s.createContext(t);function d(e){const n=s.useContext(l);return s.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function c(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:d(e.components),s.createElement(l.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/4aa16d27.32d53ece.js b/docs/docusaurus/build/assets/js/4aa16d27.32d53ece.js new file mode 100644 index 0000000..7d05a67 --- /dev/null +++ b/docs/docusaurus/build/assets/js/4aa16d27.32d53ece.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[931],{3252:(d,s,e)=>{e.r(s),e.d(s,{assets:()=>c,contentTitle:()=>l,default:()=>j,frontMatter:()=>i,metadata:()=>r,toc:()=>h});const r=JSON.parse('{"id":"example-db/Products","title":"Table: Products","description":"| ProductID | ProductName | SupplierID | CategoryID | Unit | Price |","source":"@site/docs/example-db/Products.md","sourceDirName":"example-db","slug":"/example-db/Products","permalink":"/awSQL/example-db/Products","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: Orders","permalink":"/awSQL/example-db/Orders"},"next":{"title":"Table: Shippers","permalink":"/awSQL/example-db/Shippers"}}');var t=e(4848),n=e(8453);const i={},l="Table: Products",c={},h=[];function x(d){const s={h1:"h1",header:"header",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,n.R)(),...d.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.header,{children:(0,t.jsx)(s.h1,{id:"table-products",children:"Table: Products"})}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"ProductID"}),(0,t.jsx)(s.th,{children:"ProductName"}),(0,t.jsx)(s.th,{children:"SupplierID"}),(0,t.jsx)(s.th,{children:"CategoryID"}),(0,t.jsx)(s.th,{children:"Unit"}),(0,t.jsx)(s.th,{children:"Price"})]})}),(0,t.jsxs)(s.tbody,{children:[(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"Chais"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"10 boxes x 20 bags"}),(0,t.jsx)(s.td,{children:"18"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"Chang"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"24 - 12 oz bottles"}),(0,t.jsx)(s.td,{children:"19"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"Aniseed Syrup"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"12 - 550 ml bottles"}),(0,t.jsx)(s.td,{children:"10"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"Chef Anton's Cajun Seasoning"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"48 - 6 oz jars"}),(0,t.jsx)(s.td,{children:"22"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"5"}),(0,t.jsx)(s.td,{children:"Chef Anton's Gumbo Mix"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"36 boxes"}),(0,t.jsx)(s.td,{children:"21.35"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"6"}),(0,t.jsx)(s.td,{children:"Grandma's Boysenberry Spread"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"12 - 8 oz jars"}),(0,t.jsx)(s.td,{children:"25"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"7"}),(0,t.jsx)(s.td,{children:"Uncle Bob's Organic Dried Pears"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"7"}),(0,t.jsx)(s.td,{children:"12 - 1 lb pkgs."}),(0,t.jsx)(s.td,{children:"30"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"Northwoods Cranberry Sauce"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"12 - 12 oz jars"}),(0,t.jsx)(s.td,{children:"40"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"9"}),(0,t.jsx)(s.td,{children:"Mishi Kobe Niku"}),(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"6"}),(0,t.jsx)(s.td,{children:"18 - 500 g pkgs."}),(0,t.jsx)(s.td,{children:"97"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"10"}),(0,t.jsx)(s.td,{children:"Ikura"}),(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"12 - 200 ml jars"}),(0,t.jsx)(s.td,{children:"31"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"11"}),(0,t.jsx)(s.td,{children:"Queso Cabrales"}),(0,t.jsx)(s.td,{children:"5"}),(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"1 kg pkg."}),(0,t.jsx)(s.td,{children:"21"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"12"}),(0,t.jsx)(s.td,{children:"Queso Manchego La Pastora"}),(0,t.jsx)(s.td,{children:"5"}),(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"10 - 500 g pkgs."}),(0,t.jsx)(s.td,{children:"38"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"13"}),(0,t.jsx)(s.td,{children:"Konbu"}),(0,t.jsx)(s.td,{children:"6"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"2 kg box"}),(0,t.jsx)(s.td,{children:"6"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"14"}),(0,t.jsx)(s.td,{children:"Tofu"}),(0,t.jsx)(s.td,{children:"6"}),(0,t.jsx)(s.td,{children:"7"}),(0,t.jsx)(s.td,{children:"40 - 100 g pkgs."}),(0,t.jsx)(s.td,{children:"23.25"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"15"}),(0,t.jsx)(s.td,{children:"Genen Shouyu"}),(0,t.jsx)(s.td,{children:"6"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"24 - 250 ml bottles"}),(0,t.jsx)(s.td,{children:"15.5"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"16"}),(0,t.jsx)(s.td,{children:"Pavlova"}),(0,t.jsx)(s.td,{children:"7"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"32 - 500 g boxes"}),(0,t.jsx)(s.td,{children:"17.45"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"17"}),(0,t.jsx)(s.td,{children:"Alice Mutton"}),(0,t.jsx)(s.td,{children:"7"}),(0,t.jsx)(s.td,{children:"6"}),(0,t.jsx)(s.td,{children:"20 - 1 kg tins"}),(0,t.jsx)(s.td,{children:"39"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"18"}),(0,t.jsx)(s.td,{children:"Carnarvon Tigers"}),(0,t.jsx)(s.td,{children:"7"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"16 kg pkg."}),(0,t.jsx)(s.td,{children:"62.5"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"19"}),(0,t.jsx)(s.td,{children:"Teatime Chocolate Biscuits"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"10 boxes x 12 pieces"}),(0,t.jsx)(s.td,{children:"9.2"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"20"}),(0,t.jsx)(s.td,{children:"Sir Rodney's Marmalade"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"30 gift boxes"}),(0,t.jsx)(s.td,{children:"81"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"21"}),(0,t.jsx)(s.td,{children:"Sir Rodney's Scones"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"24 pkgs. x 4 pieces"}),(0,t.jsx)(s.td,{children:"10"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"22"}),(0,t.jsx)(s.td,{children:"Gustaf's Kn\xe4ckebr\xf6d"}),(0,t.jsx)(s.td,{children:"9"}),(0,t.jsx)(s.td,{children:"5"}),(0,t.jsx)(s.td,{children:"24 - 500 g pkgs."}),(0,t.jsx)(s.td,{children:"21"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"23"}),(0,t.jsx)(s.td,{children:"Tunnbr\xf6d"}),(0,t.jsx)(s.td,{children:"9"}),(0,t.jsx)(s.td,{children:"5"}),(0,t.jsx)(s.td,{children:"12 - 250 g pkgs."}),(0,t.jsx)(s.td,{children:"9"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"24"}),(0,t.jsx)(s.td,{children:"Guaran\xe1 Fant\xe1stica"}),(0,t.jsx)(s.td,{children:"10"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"12 - 355 ml cans"}),(0,t.jsx)(s.td,{children:"4.5"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"25"}),(0,t.jsx)(s.td,{children:"NuNuCa Nu\xdf-Nougat-Creme"}),(0,t.jsx)(s.td,{children:"11"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"20 - 450 g glasses"}),(0,t.jsx)(s.td,{children:"14"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"26"}),(0,t.jsx)(s.td,{children:"Gumb\xe4r Gummib\xe4rchen"}),(0,t.jsx)(s.td,{children:"11"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"100 - 250 g bags"}),(0,t.jsx)(s.td,{children:"31.23"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"27"}),(0,t.jsx)(s.td,{children:"Schoggi Schokolade"}),(0,t.jsx)(s.td,{children:"11"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"100 - 100 g pieces"}),(0,t.jsx)(s.td,{children:"43.9"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"28"}),(0,t.jsx)(s.td,{children:"R\xf6ssle Sauerkraut"}),(0,t.jsx)(s.td,{children:"12"}),(0,t.jsx)(s.td,{children:"7"}),(0,t.jsx)(s.td,{children:"25 - 825 g cans"}),(0,t.jsx)(s.td,{children:"45.6"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"29"}),(0,t.jsx)(s.td,{children:"Th\xfcringer Rostbratwurst"}),(0,t.jsx)(s.td,{children:"12"}),(0,t.jsx)(s.td,{children:"6"}),(0,t.jsx)(s.td,{children:"50 bags x 30 sausgs."}),(0,t.jsx)(s.td,{children:"123.79"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"30"}),(0,t.jsx)(s.td,{children:"Nord-Ost Matjeshering"}),(0,t.jsx)(s.td,{children:"13"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"10 - 200 g glasses"}),(0,t.jsx)(s.td,{children:"25.89"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"31"}),(0,t.jsx)(s.td,{children:"Gorgonzola Telino"}),(0,t.jsx)(s.td,{children:"14"}),(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"12 - 100 g pkgs"}),(0,t.jsx)(s.td,{children:"12.5"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"32"}),(0,t.jsx)(s.td,{children:"Mascarpone Fabioli"}),(0,t.jsx)(s.td,{children:"14"}),(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"24 - 200 g pkgs."}),(0,t.jsx)(s.td,{children:"32"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"33"}),(0,t.jsx)(s.td,{children:"Geitost"}),(0,t.jsx)(s.td,{children:"15"}),(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"500 g"}),(0,t.jsx)(s.td,{children:"2.5"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"34"}),(0,t.jsx)(s.td,{children:"Sasquatch Ale"}),(0,t.jsx)(s.td,{children:"16"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"24 - 12 oz bottles"}),(0,t.jsx)(s.td,{children:"14"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"35"}),(0,t.jsx)(s.td,{children:"Steeleye Stout"}),(0,t.jsx)(s.td,{children:"16"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"24 - 12 oz bottles"}),(0,t.jsx)(s.td,{children:"18"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"36"}),(0,t.jsx)(s.td,{children:"Inlagd Sill"}),(0,t.jsx)(s.td,{children:"17"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"24 - 250 g jars"}),(0,t.jsx)(s.td,{children:"19"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"37"}),(0,t.jsx)(s.td,{children:"Gravad lax"}),(0,t.jsx)(s.td,{children:"17"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"12 - 500 g pkgs."}),(0,t.jsx)(s.td,{children:"26"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"38"}),(0,t.jsx)(s.td,{children:"C\xf4te de Blaye"}),(0,t.jsx)(s.td,{children:"18"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"12 - 75 cl bottles"}),(0,t.jsx)(s.td,{children:"263.5"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"39"}),(0,t.jsx)(s.td,{children:"Chartreuse verte"}),(0,t.jsx)(s.td,{children:"18"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"750 cc per bottle"}),(0,t.jsx)(s.td,{children:"18"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"40"}),(0,t.jsx)(s.td,{children:"Boston Crab Meat"}),(0,t.jsx)(s.td,{children:"19"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"24 - 4 oz tins"}),(0,t.jsx)(s.td,{children:"18.4"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"41"}),(0,t.jsx)(s.td,{children:"Jack's New England Clam Chowder"}),(0,t.jsx)(s.td,{children:"19"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"12 - 12 oz cans"}),(0,t.jsx)(s.td,{children:"9.65"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"42"}),(0,t.jsx)(s.td,{children:"Singaporean Hokkien Fried Mee"}),(0,t.jsx)(s.td,{children:"20"}),(0,t.jsx)(s.td,{children:"5"}),(0,t.jsx)(s.td,{children:"32 - 1 kg pkgs."}),(0,t.jsx)(s.td,{children:"14"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"43"}),(0,t.jsx)(s.td,{children:"Ipoh Coffee"}),(0,t.jsx)(s.td,{children:"20"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"16 - 500 g tins"}),(0,t.jsx)(s.td,{children:"46"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"44"}),(0,t.jsx)(s.td,{children:"Gula Malacca"}),(0,t.jsx)(s.td,{children:"20"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"20 - 2 kg bags"}),(0,t.jsx)(s.td,{children:"19.45"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"45"}),(0,t.jsx)(s.td,{children:"R\xf8gede sild"}),(0,t.jsx)(s.td,{children:"21"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"1k pkg."}),(0,t.jsx)(s.td,{children:"9.5"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"46"}),(0,t.jsx)(s.td,{children:"Spegesild"}),(0,t.jsx)(s.td,{children:"21"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"4 - 450 g glasses"}),(0,t.jsx)(s.td,{children:"12"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"47"}),(0,t.jsx)(s.td,{children:"Zaanse koeken"}),(0,t.jsx)(s.td,{children:"22"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"10 - 4 oz boxes"}),(0,t.jsx)(s.td,{children:"9.5"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"48"}),(0,t.jsx)(s.td,{children:"Chocolade"}),(0,t.jsx)(s.td,{children:"22"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"10 pkgs."}),(0,t.jsx)(s.td,{children:"12.75"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"49"}),(0,t.jsx)(s.td,{children:"Maxilaku"}),(0,t.jsx)(s.td,{children:"23"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"24 - 50 g pkgs."}),(0,t.jsx)(s.td,{children:"20"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"50"}),(0,t.jsx)(s.td,{children:"Valkoinen suklaa"}),(0,t.jsx)(s.td,{children:"23"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"12 - 100 g bars"}),(0,t.jsx)(s.td,{children:"16.25"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"51"}),(0,t.jsx)(s.td,{children:"Manjimup Dried Apples"}),(0,t.jsx)(s.td,{children:"24"}),(0,t.jsx)(s.td,{children:"7"}),(0,t.jsx)(s.td,{children:"50 - 300 g pkgs."}),(0,t.jsx)(s.td,{children:"53"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"52"}),(0,t.jsx)(s.td,{children:"Filo Mix"}),(0,t.jsx)(s.td,{children:"24"}),(0,t.jsx)(s.td,{children:"5"}),(0,t.jsx)(s.td,{children:"16 - 2 kg boxes"}),(0,t.jsx)(s.td,{children:"7"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"53"}),(0,t.jsx)(s.td,{children:"Perth Pasties"}),(0,t.jsx)(s.td,{children:"24"}),(0,t.jsx)(s.td,{children:"6"}),(0,t.jsx)(s.td,{children:"48 pieces"}),(0,t.jsx)(s.td,{children:"32.8"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"54"}),(0,t.jsx)(s.td,{children:"Tourti\xe8re"}),(0,t.jsx)(s.td,{children:"25"}),(0,t.jsx)(s.td,{children:"6"}),(0,t.jsx)(s.td,{children:"16 pies"}),(0,t.jsx)(s.td,{children:"7.45"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"55"}),(0,t.jsx)(s.td,{children:"P\xe2t\xe9 chinois"}),(0,t.jsx)(s.td,{children:"25"}),(0,t.jsx)(s.td,{children:"6"}),(0,t.jsx)(s.td,{children:"24 boxes x 2 pies"}),(0,t.jsx)(s.td,{children:"24"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"56"}),(0,t.jsx)(s.td,{children:"Gnocchi di nonna Alice"}),(0,t.jsx)(s.td,{children:"26"}),(0,t.jsx)(s.td,{children:"5"}),(0,t.jsx)(s.td,{children:"24 - 250 g pkgs."}),(0,t.jsx)(s.td,{children:"38"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"57"}),(0,t.jsx)(s.td,{children:"Ravioli Angelo"}),(0,t.jsx)(s.td,{children:"26"}),(0,t.jsx)(s.td,{children:"5"}),(0,t.jsx)(s.td,{children:"24 - 250 g pkgs."}),(0,t.jsx)(s.td,{children:"19.5"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"58"}),(0,t.jsx)(s.td,{children:"Escargots de Bourgogne"}),(0,t.jsx)(s.td,{children:"27"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"24 pieces"}),(0,t.jsx)(s.td,{children:"13.25"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"59"}),(0,t.jsx)(s.td,{children:"Raclette Courdavault"}),(0,t.jsx)(s.td,{children:"28"}),(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"5 kg pkg."}),(0,t.jsx)(s.td,{children:"55"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"60"}),(0,t.jsx)(s.td,{children:"Camembert Pierrot"}),(0,t.jsx)(s.td,{children:"28"}),(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"15 - 300 g rounds"}),(0,t.jsx)(s.td,{children:"34"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"61"}),(0,t.jsx)(s.td,{children:"Sirop d'\xe9rable"}),(0,t.jsx)(s.td,{children:"29"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"24 - 500 ml bottles"}),(0,t.jsx)(s.td,{children:"28.5"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"62"}),(0,t.jsx)(s.td,{children:"Tarte au sucre"}),(0,t.jsx)(s.td,{children:"29"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"48 pies"}),(0,t.jsx)(s.td,{children:"49.3"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"63"}),(0,t.jsx)(s.td,{children:"Vegie-spread"}),(0,t.jsx)(s.td,{children:"7"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"15 - 625 g jars"}),(0,t.jsx)(s.td,{children:"43.9"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"64"}),(0,t.jsx)(s.td,{children:"Wimmers gute Semmelkn\xf6del"}),(0,t.jsx)(s.td,{children:"12"}),(0,t.jsx)(s.td,{children:"5"}),(0,t.jsx)(s.td,{children:"20 bags x 4 pieces"}),(0,t.jsx)(s.td,{children:"33.25"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"65"}),(0,t.jsx)(s.td,{children:"Louisiana Fiery Hot Pepper Sauce"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"32 - 8 oz bottles"}),(0,t.jsx)(s.td,{children:"21.05"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"66"}),(0,t.jsx)(s.td,{children:"Louisiana Hot Spiced Okra"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"24 - 8 oz jars"}),(0,t.jsx)(s.td,{children:"17"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"67"}),(0,t.jsx)(s.td,{children:"Laughing Lumberjack Lager"}),(0,t.jsx)(s.td,{children:"16"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"24 - 12 oz bottles"}),(0,t.jsx)(s.td,{children:"14"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"68"}),(0,t.jsx)(s.td,{children:"Scottish Longbreads"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"3"}),(0,t.jsx)(s.td,{children:"10 boxes x 8 pieces"}),(0,t.jsx)(s.td,{children:"12.5"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"69"}),(0,t.jsx)(s.td,{children:"Gudbrandsdalsost"}),(0,t.jsx)(s.td,{children:"15"}),(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"10 kg pkg."}),(0,t.jsx)(s.td,{children:"36"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"70"}),(0,t.jsx)(s.td,{children:"Outback Lager"}),(0,t.jsx)(s.td,{children:"7"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"24 - 355 ml bottles"}),(0,t.jsx)(s.td,{children:"15"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"71"}),(0,t.jsx)(s.td,{children:"Fl\xf8temysost"}),(0,t.jsx)(s.td,{children:"15"}),(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"10 - 500 g pkgs."}),(0,t.jsx)(s.td,{children:"21.5"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"72"}),(0,t.jsx)(s.td,{children:"Mozzarella di Giovanni"}),(0,t.jsx)(s.td,{children:"14"}),(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"24 - 200 g pkgs."}),(0,t.jsx)(s.td,{children:"34.8"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"73"}),(0,t.jsx)(s.td,{children:"R\xf6d Kaviar"}),(0,t.jsx)(s.td,{children:"17"}),(0,t.jsx)(s.td,{children:"8"}),(0,t.jsx)(s.td,{children:"24 - 150 g jars"}),(0,t.jsx)(s.td,{children:"15"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"74"}),(0,t.jsx)(s.td,{children:"Longlife Tofu"}),(0,t.jsx)(s.td,{children:"4"}),(0,t.jsx)(s.td,{children:"7"}),(0,t.jsx)(s.td,{children:"5 kg pkg."}),(0,t.jsx)(s.td,{children:"10"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"75"}),(0,t.jsx)(s.td,{children:"Rh\xf6nbr\xe4u Klosterbier"}),(0,t.jsx)(s.td,{children:"12"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"24 - 0.5 l bottles"}),(0,t.jsx)(s.td,{children:"7.75"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"76"}),(0,t.jsx)(s.td,{children:"Lakkalik\xf6\xf6ri"}),(0,t.jsx)(s.td,{children:"23"}),(0,t.jsx)(s.td,{children:"1"}),(0,t.jsx)(s.td,{children:"500 ml"}),(0,t.jsx)(s.td,{children:"18"})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:"77"}),(0,t.jsx)(s.td,{children:"Original Frankfurter gr\xfcne So\xdfe"}),(0,t.jsx)(s.td,{children:"12"}),(0,t.jsx)(s.td,{children:"2"}),(0,t.jsx)(s.td,{children:"12 boxes"}),(0,t.jsx)(s.td,{children:"13"})]})]})]})]})}function j(d={}){const{wrapper:s}={...(0,n.R)(),...d.components};return s?(0,t.jsx)(s,{...d,children:(0,t.jsx)(x,{...d})}):x(d)}},8453:(d,s,e)=>{e.d(s,{R:()=>i,x:()=>l});var r=e(6540);const t={},n=r.createContext(t);function i(d){const s=r.useContext(n);return r.useMemo((function(){return"function"==typeof d?d(s):{...s,...d}}),[s,d])}function l(d){let s;return s=d.disableParentContext?"function"==typeof d.components?d.components(t):d.components||t:i(d.components),r.createElement(n.Provider,{value:s},d.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/58de6db1.99333c32.js b/docs/docusaurus/build/assets/js/58de6db1.99333c32.js new file mode 100644 index 0000000..7a6dfd9 --- /dev/null +++ b/docs/docusaurus/build/assets/js/58de6db1.99333c32.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[960],{4969:(e,s,n)=>{n.r(s),n.d(s,{assets:()=>a,contentTitle:()=>i,default:()=>o,frontMatter:()=>c,metadata:()=>r,toc:()=>l});const r=JSON.parse('{"id":"classes/insert","title":"Insert","description":"Performs a query to insert new data into a table.","source":"@site/docs/classes/insert.md","sourceDirName":"classes","slug":"/classes/insert","permalink":"/awSQL/classes/insert","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":4,"frontMatter":{"sidebar_position":4},"sidebar":"defaultSidebar","previous":{"title":"Select","permalink":"/awSQL/classes/select"},"next":{"title":"Delete","permalink":"/awSQL/classes/delete"}}');var t=n(4848),d=n(8453);const c={sidebar_position:4},i="Insert",a={},l=[{value:"Methods",id:"methods",level:2},{value:"selectDatabase()",id:"selectdatabase",level:3},{value:"data()",id:"data",level:3},{value:"execute()",id:"execute",level:3}];function h(e){const s={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",pre:"pre",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,d.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.header,{children:(0,t.jsx)(s.h1,{id:"insert",children:"Insert"})}),"\n",(0,t.jsx)(s.p,{children:"Performs a query to insert new data into a table."}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h2,{id:"methods",children:"Methods"}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"selectdatabase",children:"selectDatabase()"}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 (",(0,t.jsx)(s.code,{children:"database"})," = ",(0,t.jsx)(s.strong,{children:"String"}),") \u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.p,{children:"Sets the database for this query."}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Parameters"})}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Parameter"}),(0,t.jsx)(s.th,{children:"Type"}),(0,t.jsx)(s.th,{children:"Description"})]})}),(0,t.jsx)(s.tbody,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"database"})}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.strong,{children:"String"})}),(0,t.jsx)(s.td,{children:"Name of the database to select."})]})})]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"data",children:"data()"}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 (",(0,t.jsx)(s.code,{children:"objects"})," = ",(0,t.jsx)(s.strong,{children:"Array"}),"<",(0,t.jsx)(s.strong,{children:"Object"}),">) \u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.p,{children:"Defines the data (rows) to insert."}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Parameters"})}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Parameter"}),(0,t.jsx)(s.th,{children:"Type"}),(0,t.jsx)(s.th,{children:"Description"})]})}),(0,t.jsx)(s.tbody,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"objects"})}),(0,t.jsxs)(s.td,{children:[(0,t.jsx)(s.strong,{children:"Array"}),"<",(0,t.jsx)(s.strong,{children:"Object"}),">"]}),(0,t.jsxs)(s.td,{children:["Array of objects where ",(0,t.jsx)(s.strong,{children:"keys represent column names"}),". All objects ",(0,t.jsx)(s.strong,{children:"must have the same structure"}),"."]})]})})]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Example Usage"})}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-js",metastring:"showLineNumbers",children:'.insert()\r\n .data([\r\n { id: 1, name: "Alice", age: 25 },\r\n { id: 2, name: "Bob", age: 30 }\r\n ])\r\n\n'})}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"execute",children:"execute()"}),"\n",(0,t.jsxs)(s.p,{children:[(0,t.jsx)(s.code,{children:"async"})," \u2192 () \u2192 ",(0,t.jsx)(s.a,{href:"../typedefs/okpacket",children:"OkPacket"})]}),"\n",(0,t.jsxs)(s.p,{children:["Executes the prepared ",(0,t.jsx)(s.code,{children:"INSERT"})," query."]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.a,{href:"../typedefs/okpacket",children:"OkPacket"})]}),"\n",(0,t.jsx)(s.hr,{})]})}function o(e={}){const{wrapper:s}={...(0,d.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(h,{...e})}):h(e)}},8453:(e,s,n)=>{n.d(s,{R:()=>c,x:()=>i});var r=n(6540);const t={},d=r.createContext(t);function c(e){const s=r.useContext(d);return r.useMemo((function(){return"function"==typeof e?e(s):{...s,...e}}),[s,e])}function i(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:c(e.components),r.createElement(d.Provider,{value:s},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/62179925.f14d395e.js b/docs/docusaurus/build/assets/js/62179925.f14d395e.js new file mode 100644 index 0000000..e5bd495 --- /dev/null +++ b/docs/docusaurus/build/assets/js/62179925.f14d395e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[602],{5170:(d,e,r)=>{r.r(e),r.d(e,{assets:()=>c,contentTitle:()=>l,default:()=>j,frontMatter:()=>i,metadata:()=>n,toc:()=>h});const n=JSON.parse('{"id":"example-db/Suppliers","title":"Table: Suppliers","description":"| SupplierID | SupplierName | ContactName | Address | City | PostalCode | Country | Phone |","source":"@site/docs/example-db/Suppliers.md","sourceDirName":"example-db","slug":"/example-db/Suppliers","permalink":"/awSQL/example-db/Suppliers","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: Shippers","permalink":"/awSQL/example-db/Shippers"}}');var s=r(4848),t=r(8453);const i={},l="Table: Suppliers",c={},h=[];function x(d){const e={h1:"h1",header:"header",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,t.R)(),...d.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(e.header,{children:(0,s.jsx)(e.h1,{id:"table-suppliers",children:"Table: Suppliers"})}),"\n",(0,s.jsxs)(e.table,{children:[(0,s.jsx)(e.thead,{children:(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.th,{children:"SupplierID"}),(0,s.jsx)(e.th,{children:"SupplierName"}),(0,s.jsx)(e.th,{children:"ContactName"}),(0,s.jsx)(e.th,{children:"Address"}),(0,s.jsx)(e.th,{children:"City"}),(0,s.jsx)(e.th,{children:"PostalCode"}),(0,s.jsx)(e.th,{children:"Country"}),(0,s.jsx)(e.th,{children:"Phone"})]})}),(0,s.jsxs)(e.tbody,{children:[(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"1"}),(0,s.jsx)(e.td,{children:"Exotic Liquid"}),(0,s.jsx)(e.td,{children:"Charlotte Cooper"}),(0,s.jsx)(e.td,{children:"49 Gilbert St."}),(0,s.jsx)(e.td,{children:"Londona"}),(0,s.jsx)(e.td,{children:"EC1 4SD"}),(0,s.jsx)(e.td,{children:"UK"}),(0,s.jsx)(e.td,{children:"(171) 555-2222"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"2"}),(0,s.jsx)(e.td,{children:"New Orleans Cajun Delights"}),(0,s.jsx)(e.td,{children:"Shelley Burke"}),(0,s.jsx)(e.td,{children:"P.O. Box 78934"}),(0,s.jsx)(e.td,{children:"New Orleans"}),(0,s.jsx)(e.td,{children:"70117"}),(0,s.jsx)(e.td,{children:"USA"}),(0,s.jsx)(e.td,{children:"(100) 555-4822"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"3"}),(0,s.jsx)(e.td,{children:"Grandma Kelly's Homestead"}),(0,s.jsx)(e.td,{children:"Regina Murphy"}),(0,s.jsx)(e.td,{children:"707 Oxford Rd."}),(0,s.jsx)(e.td,{children:"Ann Arbor"}),(0,s.jsx)(e.td,{children:"48104"}),(0,s.jsx)(e.td,{children:"USA"}),(0,s.jsx)(e.td,{children:"(313) 555-5735"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"4"}),(0,s.jsx)(e.td,{children:"Tokyo Traders"}),(0,s.jsx)(e.td,{children:"Yoshi Nagase"}),(0,s.jsx)(e.td,{children:"9-8 Sekimai Musashino-shi"}),(0,s.jsx)(e.td,{children:"Tokyo"}),(0,s.jsx)(e.td,{children:"100"}),(0,s.jsx)(e.td,{children:"Japan"}),(0,s.jsx)(e.td,{children:"(03) 3555-5011"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"5"}),(0,s.jsx)(e.td,{children:"Cooperativa de Quesos 'Las Cabras'"}),(0,s.jsx)(e.td,{children:"Antonio del Valle Saavedra"}),(0,s.jsx)(e.td,{children:"Calle del Rosal 4"}),(0,s.jsx)(e.td,{children:"Oviedo"}),(0,s.jsx)(e.td,{children:"33007"}),(0,s.jsx)(e.td,{children:"Spain"}),(0,s.jsx)(e.td,{children:"(98) 598 76 54"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"6"}),(0,s.jsx)(e.td,{children:"Mayumi's"}),(0,s.jsx)(e.td,{children:"Mayumi Ohno"}),(0,s.jsx)(e.td,{children:"92 Setsuko Chuo-ku"}),(0,s.jsx)(e.td,{children:"Osaka"}),(0,s.jsx)(e.td,{children:"545"}),(0,s.jsx)(e.td,{children:"Japan"}),(0,s.jsx)(e.td,{children:"(06) 431-7877"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"7"}),(0,s.jsx)(e.td,{children:"Pavlova, Ltd."}),(0,s.jsx)(e.td,{children:"Ian Devling"}),(0,s.jsx)(e.td,{children:"74 Rose St. Moonie Ponds"}),(0,s.jsx)(e.td,{children:"Melbourne"}),(0,s.jsx)(e.td,{children:"3058"}),(0,s.jsx)(e.td,{children:"Australia"}),(0,s.jsx)(e.td,{children:"(03) 444-2343"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"8"}),(0,s.jsx)(e.td,{children:"Specialty Biscuits, Ltd."}),(0,s.jsx)(e.td,{children:"Peter Wilson"}),(0,s.jsx)(e.td,{children:"29 King's Way"}),(0,s.jsx)(e.td,{children:"Manchester"}),(0,s.jsx)(e.td,{children:"M14 GSD"}),(0,s.jsx)(e.td,{children:"UK"}),(0,s.jsx)(e.td,{children:"(161) 555-4448"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"9"}),(0,s.jsx)(e.td,{children:"PB Kn\xe4ckebr\xf6d AB"}),(0,s.jsx)(e.td,{children:"Lars Peterson"}),(0,s.jsx)(e.td,{children:"Kaloadagatan 13"}),(0,s.jsx)(e.td,{children:"G\xf6teborg"}),(0,s.jsx)(e.td,{children:"S-345 67"}),(0,s.jsx)(e.td,{children:"Sweden"}),(0,s.jsx)(e.td,{children:"031-987 65 43"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"10"}),(0,s.jsx)(e.td,{children:"Refrescos Americanas LTDA"}),(0,s.jsx)(e.td,{children:"Carlos Diaz"}),(0,s.jsx)(e.td,{children:"Av. das Americanas 12.890"}),(0,s.jsx)(e.td,{children:"S\xe3o Paulo"}),(0,s.jsx)(e.td,{children:"5442"}),(0,s.jsx)(e.td,{children:"Brazil"}),(0,s.jsx)(e.td,{children:"(11) 555 4640"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"11"}),(0,s.jsx)(e.td,{children:"Heli S\xfc\xdfwaren GmbH & Co. KG"}),(0,s.jsx)(e.td,{children:"Petra Winkler"}),(0,s.jsx)(e.td,{children:"Tiergartenstra\xdfe 5"}),(0,s.jsx)(e.td,{children:"Berlin"}),(0,s.jsx)(e.td,{children:"10785"}),(0,s.jsx)(e.td,{children:"Germany"}),(0,s.jsx)(e.td,{children:"(010) 9984510"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"12"}),(0,s.jsx)(e.td,{children:"Plutzer Lebensmittelgro\xdfm\xe4rkte AG"}),(0,s.jsx)(e.td,{children:"Martin Bein"}),(0,s.jsx)(e.td,{children:"Bogenallee 51"}),(0,s.jsx)(e.td,{children:"Frankfurt"}),(0,s.jsx)(e.td,{children:"60439"}),(0,s.jsx)(e.td,{children:"Germany"}),(0,s.jsx)(e.td,{children:"(069) 992755"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"13"}),(0,s.jsx)(e.td,{children:"Nord-Ost-Fisch Handelsgesellschaft mbH"}),(0,s.jsx)(e.td,{children:"Sven Petersen"}),(0,s.jsx)(e.td,{children:"Frahmredder 112a"}),(0,s.jsx)(e.td,{children:"Cuxhaven"}),(0,s.jsx)(e.td,{children:"27478"}),(0,s.jsx)(e.td,{children:"Germany"}),(0,s.jsx)(e.td,{children:"(04721) 8713"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"14"}),(0,s.jsx)(e.td,{children:"Formaggi Fortini s.r.l."}),(0,s.jsx)(e.td,{children:"Elio Rossi"}),(0,s.jsx)(e.td,{children:"Viale Dante, 75"}),(0,s.jsx)(e.td,{children:"Ravenna"}),(0,s.jsx)(e.td,{children:"48100"}),(0,s.jsx)(e.td,{children:"Italy"}),(0,s.jsx)(e.td,{children:"(0544) 60323"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"15"}),(0,s.jsx)(e.td,{children:"Norske Meierier"}),(0,s.jsx)(e.td,{children:"Beate Vileid"}),(0,s.jsx)(e.td,{children:"Hatlevegen 5"}),(0,s.jsx)(e.td,{children:"Sandvika"}),(0,s.jsx)(e.td,{children:"1320"}),(0,s.jsx)(e.td,{children:"Norway"}),(0,s.jsx)(e.td,{children:"(0)2-953010"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"16"}),(0,s.jsx)(e.td,{children:"Bigfoot Breweries"}),(0,s.jsx)(e.td,{children:"Cheryl Saylor"}),(0,s.jsx)(e.td,{children:"3400 - 8th Avenue Suite 210"}),(0,s.jsx)(e.td,{children:"Bend"}),(0,s.jsx)(e.td,{children:"97101"}),(0,s.jsx)(e.td,{children:"USA"}),(0,s.jsx)(e.td,{children:"(503) 555-9931"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"17"}),(0,s.jsx)(e.td,{children:"Svensk Sj\xf6f\xf6da AB"}),(0,s.jsx)(e.td,{children:"Michael Bj\xf6rn"}),(0,s.jsx)(e.td,{children:"Brovallav\xe4gen 231"}),(0,s.jsx)(e.td,{children:"Stockholm"}),(0,s.jsx)(e.td,{children:"S-123 45"}),(0,s.jsx)(e.td,{children:"Sweden"}),(0,s.jsx)(e.td,{children:"08-123 45 67"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"18"}),(0,s.jsx)(e.td,{children:"Aux joyeux eccl\xe9siastiques"}),(0,s.jsx)(e.td,{children:"Guyl\xe8ne Nodier"}),(0,s.jsx)(e.td,{children:"203, Rue des Francs-Bourgeois"}),(0,s.jsx)(e.td,{children:"Paris"}),(0,s.jsx)(e.td,{children:"75004"}),(0,s.jsx)(e.td,{children:"France"}),(0,s.jsx)(e.td,{children:"(1) 03.83.00.68"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"19"}),(0,s.jsx)(e.td,{children:"New England Seafood Cannery"}),(0,s.jsx)(e.td,{children:"Robb Merchant"}),(0,s.jsx)(e.td,{children:"Order Processing Dept. 2100 Paul Revere Blvd."}),(0,s.jsx)(e.td,{children:"Boston"}),(0,s.jsx)(e.td,{children:"2134"}),(0,s.jsx)(e.td,{children:"USA"}),(0,s.jsx)(e.td,{children:"(617) 555-3267"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"20"}),(0,s.jsx)(e.td,{children:"Leka Trading"}),(0,s.jsx)(e.td,{children:"Chandra Leka"}),(0,s.jsx)(e.td,{children:"471 Serangoon Loop, Suite #402"}),(0,s.jsx)(e.td,{children:"Singapore"}),(0,s.jsx)(e.td,{children:"512"}),(0,s.jsx)(e.td,{children:"Singapore"}),(0,s.jsx)(e.td,{children:"555-8787"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"21"}),(0,s.jsx)(e.td,{children:"Lyngbysild"}),(0,s.jsx)(e.td,{children:"Niels Petersen"}),(0,s.jsx)(e.td,{children:"Lyngbysild Fiskebakken 10"}),(0,s.jsx)(e.td,{children:"Lyngby"}),(0,s.jsx)(e.td,{children:"2800"}),(0,s.jsx)(e.td,{children:"Denmark"}),(0,s.jsx)(e.td,{children:"43844108"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"22"}),(0,s.jsx)(e.td,{children:"Zaanse Snoepfabriek"}),(0,s.jsx)(e.td,{children:"Dirk Luchte"}),(0,s.jsx)(e.td,{children:"Verkoop Rijnweg 22"}),(0,s.jsx)(e.td,{children:"Zaandam"}),(0,s.jsx)(e.td,{children:"9999 ZZ"}),(0,s.jsx)(e.td,{children:"Netherlands"}),(0,s.jsx)(e.td,{children:"(12345) 1212"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"23"}),(0,s.jsx)(e.td,{children:"Karkki Oy"}),(0,s.jsx)(e.td,{children:"Anne Heikkonen"}),(0,s.jsx)(e.td,{children:"Valtakatu 12"}),(0,s.jsx)(e.td,{children:"Lappeenranta"}),(0,s.jsx)(e.td,{children:"53120"}),(0,s.jsx)(e.td,{children:"Finland"}),(0,s.jsx)(e.td,{children:"(953) 10956"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"24"}),(0,s.jsx)(e.td,{children:"G'day, Mate"}),(0,s.jsx)(e.td,{children:"Wendy Mackenzie"}),(0,s.jsx)(e.td,{children:"170 Prince Edward Parade Hunter's Hill"}),(0,s.jsx)(e.td,{children:"Sydney"}),(0,s.jsx)(e.td,{children:"2042"}),(0,s.jsx)(e.td,{children:"Australia"}),(0,s.jsx)(e.td,{children:"(02) 555-5914"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"25"}),(0,s.jsx)(e.td,{children:"Ma Maison"}),(0,s.jsx)(e.td,{children:"Jean-Guy Lauzon"}),(0,s.jsx)(e.td,{children:"2960 Rue St. Laurent"}),(0,s.jsx)(e.td,{children:"Montr\xe9al"}),(0,s.jsx)(e.td,{children:"H1J 1C3"}),(0,s.jsx)(e.td,{children:"Canada"}),(0,s.jsx)(e.td,{children:"(514) 555-9022"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"26"}),(0,s.jsx)(e.td,{children:"Pasta Buttini s.r.l."}),(0,s.jsx)(e.td,{children:"Giovanni Giudici"}),(0,s.jsx)(e.td,{children:"Via dei Gelsomini, 153"}),(0,s.jsx)(e.td,{children:"Salerno"}),(0,s.jsx)(e.td,{children:"84100"}),(0,s.jsx)(e.td,{children:"Italy"}),(0,s.jsx)(e.td,{children:"(089) 6547665"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"27"}),(0,s.jsx)(e.td,{children:"Escargots Nouveaux"}),(0,s.jsx)(e.td,{children:"Marie Delamare"}),(0,s.jsx)(e.td,{children:"22, rue H. Voiron"}),(0,s.jsx)(e.td,{children:"Montceau"}),(0,s.jsx)(e.td,{children:"71300"}),(0,s.jsx)(e.td,{children:"France"}),(0,s.jsx)(e.td,{children:"85.57.00.07"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"28"}),(0,s.jsx)(e.td,{children:"Gai p\xe2turage"}),(0,s.jsx)(e.td,{children:"Eliane Noz"}),(0,s.jsx)(e.td,{children:"Bat. B 3, rue des Alpes"}),(0,s.jsx)(e.td,{children:"Annecy"}),(0,s.jsx)(e.td,{children:"74000"}),(0,s.jsx)(e.td,{children:"France"}),(0,s.jsx)(e.td,{children:"38.76.98.06"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"29"}),(0,s.jsx)(e.td,{children:"For\xeats d'\xe9rables"}),(0,s.jsx)(e.td,{children:"Chantal Goulet"}),(0,s.jsx)(e.td,{children:"148 rue Chasseur"}),(0,s.jsx)(e.td,{children:"Ste-Hyacinthe"}),(0,s.jsx)(e.td,{children:"J2S 7S8"}),(0,s.jsx)(e.td,{children:"Canada"}),(0,s.jsx)(e.td,{children:"(514) 555-2955"})]})]})]})]})}function j(d={}){const{wrapper:e}={...(0,t.R)(),...d.components};return e?(0,s.jsx)(e,{...d,children:(0,s.jsx)(x,{...d})}):x(d)}},8453:(d,e,r)=>{r.d(e,{R:()=>i,x:()=>l});var n=r(6540);const s={},t=n.createContext(s);function i(d){const e=n.useContext(t);return n.useMemo((function(){return"function"==typeof d?d(e):{...e,...d}}),[e,d])}function l(d){let e;return e=d.disableParentContext?"function"==typeof d.components?d.components(s):d.components||s:i(d.components),n.createElement(t.Provider,{value:e},d.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/7617dfbd.263a6f48.js b/docs/docusaurus/build/assets/js/7617dfbd.263a6f48.js new file mode 100644 index 0000000..332a12c --- /dev/null +++ b/docs/docusaurus/build/assets/js/7617dfbd.263a6f48.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[468],{8350:(e,s,r)=>{r.r(s),r.d(s,{assets:()=>l,contentTitle:()=>c,default:()=>x,frontMatter:()=>i,metadata:()=>n,toc:()=>a});const n=JSON.parse('{"id":"classes/instance","title":"Instance","description":"Handles connection data and serves as the gateway for performing queries.","source":"@site/docs/classes/instance.md","sourceDirName":"classes","slug":"/classes/instance","permalink":"/awSQL/classes/instance","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":2,"frontMatter":{"sidebar_position":2},"sidebar":"defaultSidebar","previous":{"title":"awSQL","permalink":"/awSQL/classes/awsql"},"next":{"title":"Select","permalink":"/awSQL/classes/select"}}');var t=r(4848),d=r(8453);const i={sidebar_position:2},c="Instance",l={},a=[{value:"Methods",id:"methods",level:2},{value:"connect()",id:"connect",level:3},{value:"destroy()",id:"destroy",level:3},{value:"queryRaw()",id:"queryraw",level:3},{value:"getDatabases()",id:"getdatabases",level:3},{value:"selectDatabase()",id:"selectdatabase",level:3},{value:"getTables()",id:"gettables",level:3},{value:"Query Builders",id:"query-builders",level:3},{value:"Database & Table Management",id:"database--table-management",level:3},{value:"Structure Management",id:"structure-management",level:3},{value:"Utility Methods",id:"utility-methods",level:3}];function h(e){const s={a:"a",admonition:"admonition",code:"code",em:"em",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",li:"li",p:"p",pre:"pre",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",ul:"ul",...(0,d.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.header,{children:(0,t.jsx)(s.h1,{id:"instance",children:"Instance"})}),"\n",(0,t.jsx)(s.p,{children:"Handles connection data and serves as the gateway for performing queries."}),"\n",(0,t.jsxs)(s.p,{children:["Instances can be managed globally via ",(0,t.jsx)(s.a,{href:"../classes/awsql",children:"awSQL"}),"."]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h2,{id:"methods",children:"Methods"}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"connect",children:"connect()"}),"\n",(0,t.jsxs)(s.p,{children:[(0,t.jsx)(s.code,{children:"Promise"})," \u2192 () \u2192 ",(0,t.jsx)(s.strong,{children:"String"})]}),"\n",(0,t.jsx)(s.p,{children:"Establishes a connection to the database."}),"\n",(0,t.jsx)(s.admonition,{title:"Possible Errors",type:"warning",children:(0,t.jsx)(s.p,{children:"Throws an error if the connection fails."})}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.strong,{children:"String"})," - Connection confirmation in the format: ",(0,t.jsx)(s.code,{children:'"Connected to host with user user"'})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"destroy",children:"destroy()"}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 () \u2192 ",(0,t.jsx)(s.strong,{children:"true"})]}),"\n",(0,t.jsx)(s.p,{children:"Destroys the connection and releases resources."}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.strong,{children:"true"})," - Always returns ",(0,t.jsx)(s.code,{children:"true"})," unless an error occurs."]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"queryraw",children:"queryRaw()"}),"\n",(0,t.jsxs)(s.p,{children:[(0,t.jsx)(s.code,{children:"async"})," \u2192 (",(0,t.jsx)(s.code,{children:"queryString"})," = ",(0,t.jsx)(s.strong,{children:"String"}),", ",(0,t.jsx)(s.code,{children:"values"}),"? = ",(0,t.jsx)(s.strong,{children:"Array"}),"<",(0,t.jsx)(s.strong,{children:"any"}),">) \u2192 ",(0,t.jsx)(s.strong,{children:"any"})]}),"\n",(0,t.jsx)(s.p,{children:"Executes a raw SQL query."}),"\n",(0,t.jsx)(s.admonition,{title:"Security Tip",type:"tip",children:(0,t.jsxs)(s.p,{children:["Use ",(0,t.jsx)(s.code,{children:"?"})," placeholders and pass values seperately to prevent SQL injection."]})}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Parameters"})}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Parameter"}),(0,t.jsx)(s.th,{children:"Type"}),(0,t.jsx)(s.th,{children:"Description"})]})}),(0,t.jsxs)(s.tbody,{children:[(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"queryString"})}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.strong,{children:"String"})}),(0,t.jsx)(s.td,{children:"SQL query to execute."})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"values"})}),(0,t.jsxs)(s.td,{children:[(0,t.jsx)(s.strong,{children:"Array"}),"<",(0,t.jsx)(s.strong,{children:"any"}),">"]}),(0,t.jsxs)(s.td,{children:["Values for placeholders (",(0,t.jsx)(s.code,{children:"?"}),"), in left-to-right order."]})]})]})]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.strong,{children:"any"})," - Query Result"]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"getdatabases",children:"getDatabases()"}),"\n",(0,t.jsxs)(s.p,{children:[(0,t.jsx)(s.code,{children:"async"})," \u2192 (",(0,t.jsx)(s.code,{children:"excludeSchema"}),"? = ",(0,t.jsx)(s.strong,{children:"Boolean"}),") \u2192 ",(0,t.jsx)(s.strong,{children:"Array"}),"<",(0,t.jsx)(s.strong,{children:"String"}),">"]}),"\n",(0,t.jsx)(s.p,{children:"Retrieves a list of databases accessible to the user."}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Parameters"})}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Parameter"}),(0,t.jsx)(s.th,{children:"Type"}),(0,t.jsx)(s.th,{children:"Description"})]})}),(0,t.jsx)(s.tbody,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsxs)(s.td,{children:[(0,t.jsx)(s.code,{children:"excludeSchema"})," ",(0,t.jsx)(s.strong,{children:"option"})]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.strong,{children:"Boolean"})}),(0,t.jsxs)(s.td,{children:["Excludes ",(0,t.jsx)(s.code,{children:"information_schema"})," if ",(0,t.jsx)(s.code,{children:"true"})]})]})})]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.strong,{children:"Array"}),"<",(0,t.jsx)(s.strong,{children:"String"}),"> - List of database names."]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Example"})}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-js",metastring:"showLineNumbers",children:"const databases = await instance.getDatabases();\r\nconsole.log(databases); // ['awSQL_dev','information_schema']\n"})}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-js",metastring:"title=\"Excluding default database 'information_schema'\" showLineNumbers",children:"const databasesWithoutSchema = await instance.getDatabases(true);\r\nconsole.log(databasesWithoutSchema); // ['awSQL_dev']\n"})}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"selectdatabase",children:"selectDatabase()"}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 (",(0,t.jsx)(s.code,{children:"name"})," = ",(0,t.jsx)(s.strong,{children:"String"}),") \u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.p,{children:"Sets a default database for future queries."}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Parameters"})}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Parameter"}),(0,t.jsx)(s.th,{children:"Type"}),(0,t.jsx)(s.th,{children:"Description"})]})}),(0,t.jsx)(s.tbody,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"name"})}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.strong,{children:"String"})}),(0,t.jsx)(s.td,{children:"The database to select"})]})})]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"gettables",children:"getTables()"}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 (",(0,t.jsx)(s.code,{children:"database"}),"? = ",(0,t.jsx)(s.strong,{children:"String"}),") \u2192 ",(0,t.jsx)(s.strong,{children:"Array"}),"<",(0,t.jsx)(s.strong,{children:"String"}),">"]}),"\n",(0,t.jsx)(s.p,{children:"Retrieves a list of tables in the selected database."}),"\n",(0,t.jsx)(s.admonition,{title:"Possible Errors",type:"warning",children:(0,t.jsxs)(s.p,{children:["Requires ",(0,t.jsx)(s.code,{children:"options.multipleStatements"})," set to ",(0,t.jsx)(s.code,{children:"true"})," at instance creation."]})}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.strong,{children:"Array"}),"<",(0,t.jsx)(s.strong,{children:"String"}),">"]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Example Usage"})}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-js",metastring:"showLineNumbers",children:'const tables = await instance.getTables("awSQL_dev");\r\nconsole.log(tables);\n'})}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-json",metastring:'title="Result" showLineNumbers',children:"[\r\n 'Categories',\r\n 'Customers',\r\n 'Employees',\r\n 'OrderDetails',\r\n 'Orders',\r\n 'Products',\r\n 'Shippers',\r\n 'Suppliers'\r\n]\n"})}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"query-builders",children:"Query Builders"}),"\n",(0,t.jsx)(s.p,{children:"These methods return specialized query objects that allow for structured queries:"}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Method"}),(0,t.jsx)(s.th,{children:"Description"}),(0,t.jsx)(s.th,{children:"Returns"})]})}),(0,t.jsxs)(s.tbody,{children:[(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".select(from, ...columns?)"})}),(0,t.jsxs)(s.td,{children:["Prepare a ",(0,t.jsx)(s.code,{children:"SELECT"})," query."]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.a,{href:"./select",children:"Select"})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".insert(into)"})}),(0,t.jsxs)(s.td,{children:["Prepare an ",(0,t.jsx)(s.code,{children:"INSERT"})," query."]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.a,{href:"./insert",children:"Insert"})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".delete(from)"})}),(0,t.jsxs)(s.td,{children:["Prepare a ",(0,t.jsx)(s.code,{children:"DELETE"})," query."]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.a,{href:"./delete",children:"Delete"})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".update(table)"})}),(0,t.jsxs)(s.td,{children:["Prepare an ",(0,t.jsx)(s.code,{children:"UPDATE"})," query."]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.a,{href:"./update",children:"Update"})})]})]})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"database--table-management",children:"Database & Table Management"}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Method"}),(0,t.jsx)(s.th,{children:"Description"}),(0,t.jsx)(s.th,{children:"Returns"})]})}),(0,t.jsxs)(s.tbody,{children:[(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".dropDatabase(database)"})}),(0,t.jsxs)(s.td,{children:["Deletes an entire database (",(0,t.jsx)(s.em,{children:"requires admin privileges"}),")."]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.a,{href:"../typedefs/okpacket",children:"OkPacket"})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".dropTable(table)"})}),(0,t.jsxs)(s.td,{children:["Deletes a table (",(0,t.jsx)(s.em,{children:"default database must be set"}),")."]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.a,{href:"../typedefs/okpacket",children:"OkPacket"})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".createDatabase(name)"})}),(0,t.jsxs)(s.td,{children:["Creates a new database (",(0,t.jsx)(s.em,{children:"fails if it already exists"}),")."]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.a,{href:"../typedefs/okpacket",children:"OkPacket"})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".createTable(name)"})}),(0,t.jsx)(s.td,{children:"Prepares a new table creation query."}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.a,{href:"./create-table",children:"CreateTable"})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".alterTable(name)"})}),(0,t.jsx)(s.td,{children:"Prepares a table modification query."}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.a,{href:"./alter-table",children:"AlterTable"})})]})]})]}),"\n",(0,t.jsx)(s.admonition,{title:"Potential Errors",type:"danger",children:(0,t.jsxs)(s.ul,{children:["\n",(0,t.jsxs)(s.li,{children:["Creating a database requires ",(0,t.jsx)(s.strong,{children:"admin privileges"}),"."]}),"\n",(0,t.jsxs)(s.li,{children:["Dropping a table reqeuires ",(0,t.jsx)(s.strong,{children:"a default database to be selected"}),"."]}),"\n"]})}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"structure-management",children:"Structure Management"}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Method"}),(0,t.jsx)(s.th,{children:"Description"}),(0,t.jsx)(s.th,{children:"Returns"})]})}),(0,t.jsxs)(s.tbody,{children:[(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".createStructure()"})}),(0,t.jsx)(s.td,{children:"Creates a structure object."}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.a,{href:"./structure",children:"Structure"})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".getStructure(table, database?)"})}),(0,t.jsx)(s.td,{children:"Retrieves the structure of a table."}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.a,{href:"./structure",children:"Structure"})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".checkStructure(table, desiredStructure, database?)"})}),(0,t.jsx)(s.td,{children:"Compares a table's structure with the expected one."}),(0,t.jsxs)(s.td,{children:[(0,t.jsx)(s.code,{children:"{ errors: [], passed: [] }"})," ",(0,t.jsx)("br",{}),"\u2705 If errors.length === 0, the structure is correct."]})]})]})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"utility-methods",children:"Utility Methods"}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Method"}),(0,t.jsx)(s.th,{children:"Description"}),(0,t.jsx)(s.th,{children:"Returns"})]})}),(0,t.jsxs)(s.tbody,{children:[(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".total(table)"})}),(0,t.jsxs)(s.td,{children:["Counts total rows in a table. (",(0,t.jsx)(s.em,{children:"Requires a default database"}),")."]}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"Number"})})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:".isConnected()"})}),(0,t.jsx)(s.td,{children:"Checks if the instance is connected."}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"Boolean"})})]})]})]}),"\n",(0,t.jsx)(s.hr,{})]})}function x(e={}){const{wrapper:s}={...(0,d.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(h,{...e})}):h(e)}},8453:(e,s,r)=>{r.d(s,{R:()=>i,x:()=>c});var n=r(6540);const t={},d=n.createContext(t);function i(e){const s=n.useContext(d);return n.useMemo((function(){return"function"==typeof e?e(s):{...s,...e}}),[s,e])}function c(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:i(e.components),n.createElement(d.Provider,{value:s},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/763f4ffe.a8324a68.js b/docs/docusaurus/build/assets/js/763f4ffe.a8324a68.js new file mode 100644 index 0000000..e3ab976 --- /dev/null +++ b/docs/docusaurus/build/assets/js/763f4ffe.a8324a68.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[550],{5428:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>h,contentTitle:()=>i,default:()=>x,frontMatter:()=>d,metadata:()=>r,toc:()=>l});const r=JSON.parse('{"id":"classes/create-table","title":"CreateTable","description":"Creates a new table with a defined structure.","source":"@site/docs/classes/create-table.md","sourceDirName":"classes","slug":"/classes/create-table","permalink":"/awSQL/classes/create-table","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":8,"frontMatter":{"sidebar_position":8},"sidebar":"defaultSidebar","previous":{"title":"Structure","permalink":"/awSQL/classes/structure"},"next":{"title":"AlterTable","permalink":"/awSQL/classes/alter-table"}}');var n=s(4848),c=s(8453);const d={sidebar_position:8},i="CreateTable",h={},l=[{value:"Methods",id:"methods",level:2},{value:"selectDatabase()",id:"selectdatabase",level:3},{value:"name()",id:"name",level:3},{value:"structure()",id:"structure",level:3},{value:"execute()",id:"execute",level:3}];function a(e){const t={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,c.R)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.header,{children:(0,n.jsx)(t.h1,{id:"createtable",children:"CreateTable"})}),"\n",(0,n.jsx)(t.p,{children:"Creates a new table with a defined structure."}),"\n",(0,n.jsx)(t.hr,{}),"\n",(0,n.jsx)(t.h2,{id:"methods",children:"Methods"}),"\n",(0,n.jsx)(t.hr,{}),"\n",(0,n.jsx)(t.h3,{id:"selectdatabase",children:"selectDatabase()"}),"\n",(0,n.jsxs)(t.p,{children:["\u2192 (",(0,n.jsx)(t.code,{children:"database"})," = ",(0,n.jsx)(t.strong,{children:"String"}),") \u2192 ",(0,n.jsx)(t.code,{children:"this"})]}),"\n",(0,n.jsx)(t.p,{children:"Selects a specific database for the query."}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Parameters"})}),"\n",(0,n.jsxs)(t.table,{children:[(0,n.jsx)(t.thead,{children:(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.th,{children:"Parameter"}),(0,n.jsx)(t.th,{children:"Type"}),(0,n.jsx)(t.th,{children:"Description"})]})}),(0,n.jsx)(t.tbody,{children:(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:(0,n.jsx)(t.code,{children:"database"})}),(0,n.jsx)(t.td,{children:(0,n.jsx)(t.strong,{children:"String"})}),(0,n.jsx)(t.td,{children:"The name of the database to select."})]})})]}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Returns"})}),"\n",(0,n.jsxs)(t.p,{children:["\u2192 ",(0,n.jsx)(t.code,{children:"this"})]}),"\n",(0,n.jsx)(t.hr,{}),"\n",(0,n.jsx)(t.h3,{id:"name",children:"name()"}),"\n",(0,n.jsxs)(t.p,{children:["\u2192 (",(0,n.jsx)(t.code,{children:"name"})," = ",(0,n.jsx)(t.strong,{children:"String"}),") \u2192 ",(0,n.jsx)(t.code,{children:"this"})]}),"\n",(0,n.jsx)(t.p,{children:"Sets the name of the new table."}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Parameters"})}),"\n",(0,n.jsxs)(t.table,{children:[(0,n.jsx)(t.thead,{children:(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.th,{children:"Parameter"}),(0,n.jsx)(t.th,{children:"Type"}),(0,n.jsx)(t.th,{children:"Description"})]})}),(0,n.jsx)(t.tbody,{children:(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:(0,n.jsx)(t.code,{children:"name"})}),(0,n.jsx)(t.td,{children:(0,n.jsx)(t.strong,{children:"String"})}),(0,n.jsx)(t.td,{children:"The name of the table."})]})})]}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Returns"})}),"\n",(0,n.jsxs)(t.p,{children:["\u2192 ",(0,n.jsx)(t.code,{children:"this"})]}),"\n",(0,n.jsx)(t.hr,{}),"\n",(0,n.jsx)(t.h3,{id:"structure",children:"structure()"}),"\n",(0,n.jsxs)(t.p,{children:["\u2192 (",(0,n.jsx)(t.code,{children:"structure"})," = ",(0,n.jsx)(t.a,{href:"./structure",children:"Structure"}),") \u2192 ",(0,n.jsx)(t.code,{children:"this"})]}),"\n",(0,n.jsx)(t.p,{children:"Defines the desired structure for the new table."}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Parameters"})}),"\n",(0,n.jsxs)(t.table,{children:[(0,n.jsx)(t.thead,{children:(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.th,{children:"Parameter"}),(0,n.jsx)(t.th,{children:"Type"}),(0,n.jsx)(t.th,{children:"Description"})]})}),(0,n.jsx)(t.tbody,{children:(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:(0,n.jsx)(t.code,{children:"structure"})}),(0,n.jsx)(t.td,{children:(0,n.jsx)(t.a,{href:"./structure",children:"Structure"})}),(0,n.jsx)(t.td,{children:"The structure of the table."})]})})]}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Returns"})}),"\n",(0,n.jsxs)(t.p,{children:["\u2192 ",(0,n.jsx)(t.code,{children:"this"})]}),"\n",(0,n.jsx)(t.hr,{}),"\n",(0,n.jsx)(t.h3,{id:"execute",children:"execute()"}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.code,{children:"async"})," \u2192 () \u2192 ",(0,n.jsx)(t.a,{href:"../typedefs/okpacket",children:"OkPacket"})]}),"\n",(0,n.jsx)(t.p,{children:"Executes the query and creates the table."}),"\n",(0,n.jsx)(t.admonition,{title:"Possible Crash",type:"warning",children:(0,n.jsxs)(t.p,{children:["The ",(0,n.jsx)(t.a,{href:"#structure",children:"structure()"})," method ",(0,n.jsx)(t.strong,{children:"must"})," be called before execution."]})}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Returns"})}),"\n",(0,n.jsxs)(t.p,{children:["\u2192 ",(0,n.jsx)(t.a,{href:"../typedefs/okpacket",children:"OkPacket"})]}),"\n",(0,n.jsx)(t.hr,{})]})}function x(e={}){const{wrapper:t}={...(0,c.R)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(a,{...e})}):a(e)}},8453:(e,t,s)=>{s.d(t,{R:()=>d,x:()=>i});var r=s(6540);const n={},c=r.createContext(n);function d(e){const t=r.useContext(c);return r.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function i(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:d(e.components),r.createElement(c.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/7e36430b.b354b9c9.js b/docs/docusaurus/build/assets/js/7e36430b.b354b9c9.js new file mode 100644 index 0000000..9b27863 --- /dev/null +++ b/docs/docusaurus/build/assets/js/7e36430b.b354b9c9.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[53],{2761:(e,s,n)=>{n.r(s),n.d(s,{assets:()=>c,contentTitle:()=>l,default:()=>a,frontMatter:()=>i,metadata:()=>r,toc:()=>h});const r=JSON.parse('{"id":"classes/delete","title":"Delete","description":"Performs a query to delete rows from a table.","source":"@site/docs/classes/delete.md","sourceDirName":"classes","slug":"/classes/delete","permalink":"/awSQL/classes/delete","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":5,"frontMatter":{"sidebar_position":5},"sidebar":"defaultSidebar","previous":{"title":"Insert","permalink":"/awSQL/classes/insert"},"next":{"title":"Update","permalink":"/awSQL/classes/update"}}');var t=n(4848),d=n(8453);const i={sidebar_position:5},l="Delete",c={},h=[{value:"Methods",id:"methods",level:2},{value:"selectDatabase()",id:"selectdatabase",level:3},{value:"where()",id:"where",level:3},{value:"force()",id:"force",level:3},{value:"execute()",id:"execute",level:3}];function o(e){const s={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",li:"li",p:"p",pre:"pre",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",ul:"ul",...(0,d.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.header,{children:(0,t.jsx)(s.h1,{id:"delete",children:"Delete"})}),"\n",(0,t.jsx)(s.p,{children:"Performs a query to delete rows from a table."}),"\n",(0,t.jsxs)(s.admonition,{title:"Possible crash",type:"warning",children:[(0,t.jsxs)(s.p,{children:["To ",(0,t.jsx)(s.strong,{children:"prevent accidental deletion of all rows"}),", an error will be thrown on ",(0,t.jsx)(s.a,{href:"#execute",children:"execute()"})," if no ",(0,t.jsx)(s.a,{href:"#where",children:"where()"})," clause is defined."]}),(0,t.jsxs)(s.p,{children:["To ",(0,t.jsx)(s.strong,{children:"explicitly allow deletion of all rows"}),", use ",(0,t.jsx)(s.a,{href:"#force",children:"force()"}),"."]})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h2,{id:"methods",children:"Methods"}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"selectdatabase",children:"selectDatabase()"}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 (",(0,t.jsx)(s.code,{children:"database"})," = ",(0,t.jsx)(s.strong,{children:"String"}),") \u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.p,{children:"Sets the database for this query."}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Parameters"})}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Parameter"}),(0,t.jsx)(s.th,{children:"Type"}),(0,t.jsx)(s.th,{children:"Description"})]})}),(0,t.jsx)(s.tbody,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"database"})}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.strong,{children:"String"})}),(0,t.jsx)(s.td,{children:"The database name to select."})]})})]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"where",children:"where()"}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 (",(0,t.jsx)(s.code,{children:"string"})," = ",(0,t.jsx)(s.strong,{children:"String"}),", ",(0,t.jsx)(s.code,{children:"values"})," = ",(0,t.jsx)(s.strong,{children:"Array"}),"<",(0,t.jsx)(s.strong,{children:"any"}),">) \u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsxs)(s.p,{children:["Addsa ",(0,t.jsx)(s.code,{children:"WHERE"})," clause to the delete query."]}),"\n",(0,t.jsxs)(s.ul,{children:["\n",(0,t.jsxs)(s.li,{children:[(0,t.jsxs)(s.strong,{children:["Use placeholders (",(0,t.jsx)(s.code,{children:"?"}),")"]})," in the condition string and provide values in the ",(0,t.jsx)(s.code,{children:"values"})," array ",(0,t.jsx)(s.strong,{children:"to prevent SQL injection"}),"."]}),"\n",(0,t.jsxs)(s.li,{children:["If using ",(0,t.jsx)(s.strong,{children:"joins"}),", specify the table and column together: ",(0,t.jsx)(s.code,{children:'"table.column"'}),"."]}),"\n"]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Parameters"})}),"\n",(0,t.jsxs)(s.table,{children:[(0,t.jsx)(s.thead,{children:(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.th,{children:"Parameter"}),(0,t.jsx)(s.th,{children:"Type"}),(0,t.jsx)(s.th,{children:"Description"})]})}),(0,t.jsxs)(s.tbody,{children:[(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"string"})}),(0,t.jsx)(s.td,{children:(0,t.jsx)(s.strong,{children:"String"})}),(0,t.jsxs)(s.td,{children:["SQL ",(0,t.jsx)(s.code,{children:"WHERE"})," condition with ",(0,t.jsx)(s.code,{children:"?"})," placeholders."]})]}),(0,t.jsxs)(s.tr,{children:[(0,t.jsx)(s.td,{children:(0,t.jsx)(s.code,{children:"values"})}),(0,t.jsxs)(s.td,{children:[(0,t.jsx)(s.strong,{children:"Array"}),"<",(0,t.jsx)(s.strong,{children:"any"}),">"]}),(0,t.jsxs)(s.td,{children:["Values replacing ",(0,t.jsx)(s.code,{children:"?"}),", in left-to-right order."]})]})]})]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Example Usage"})}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-js",metastring:"showLineNumbers",children:'.delete().where("id = ?", [5])\n'})}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"force",children:"force()"}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 () \u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsxs)(s.p,{children:[(0,t.jsx)(s.strong,{children:"Enables deletion of all rows"}),", overriding the safeguard in ",(0,t.jsx)(s.a,{href:"#execute",children:"execute()"}),"."]}),"\n",(0,t.jsx)(s.admonition,{title:"Use with Caution",type:"danger",children:(0,t.jsxs)(s.p,{children:["Calling ",(0,t.jsx)(s.a,{href:"#execute",children:"execute()"})," after ",(0,t.jsx)(s.a,{href:"#force",children:"force()"})," will delete ",(0,t.jsx)(s.strong,{children:"all rows"})," in the table."]})}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.code,{children:"this"})]}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"execute",children:"execute()"}),"\n",(0,t.jsxs)(s.p,{children:[(0,t.jsx)(s.code,{children:"async"})," \u2192 () \u2192 ",(0,t.jsx)(s.a,{href:"../typedefs/okpacket",children:"OkPacket"})]}),"\n",(0,t.jsxs)(s.p,{children:["Executes the prepared ",(0,t.jsx)(s.code,{children:"DELETE"})," query."]}),"\n",(0,t.jsx)(s.p,{children:(0,t.jsx)(s.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(s.p,{children:["\u2192 ",(0,t.jsx)(s.a,{href:"../typedefs/okpacket",children:"OkPacket"})]}),"\n",(0,t.jsx)(s.hr,{})]})}function a(e={}){const{wrapper:s}={...(0,d.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(o,{...e})}):o(e)}},8453:(e,s,n)=>{n.d(s,{R:()=>i,x:()=>l});var r=n(6540);const t={},d=r.createContext(t);function i(e){const s=r.useContext(d);return r.useMemo((function(){return"function"==typeof e?e(s):{...s,...e}}),[s,e])}function l(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:i(e.components),r.createElement(d.Provider,{value:s},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/80ddc423.5adbe07f.js b/docs/docusaurus/build/assets/js/80ddc423.5adbe07f.js new file mode 100644 index 0000000..aa95e42 --- /dev/null +++ b/docs/docusaurus/build/assets/js/80ddc423.5adbe07f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[171],{2650:(d,r,s)=>{s.r(r),s.d(r,{assets:()=>i,contentTitle:()=>c,default:()=>j,frontMatter:()=>l,metadata:()=>e,toc:()=>h});const e=JSON.parse('{"id":"example-db/Orders","title":"Table: Orders","description":"| OrderID | CustomerID | EmployeeID | OrderDate | ShipperID |","source":"@site/docs/example-db/Orders.md","sourceDirName":"example-db","slug":"/example-db/Orders","permalink":"/awSQL/example-db/Orders","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: OrderDetails","permalink":"/awSQL/example-db/OrderDetails"},"next":{"title":"Table: Products","permalink":"/awSQL/example-db/Products"}}');var t=s(4848),n=s(8453);const l={},c="Table: Orders",i={},h=[];function x(d){const r={h1:"h1",header:"header",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,n.R)(),...d.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(r.header,{children:(0,t.jsx)(r.h1,{id:"table-orders",children:"Table: Orders"})}),"\n",(0,t.jsxs)(r.table,{children:[(0,t.jsx)(r.thead,{children:(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.th,{children:"OrderID"}),(0,t.jsx)(r.th,{children:"CustomerID"}),(0,t.jsx)(r.th,{children:"EmployeeID"}),(0,t.jsx)(r.th,{children:"OrderDate"}),(0,t.jsx)(r.th,{children:"ShipperID"})]})}),(0,t.jsxs)(r.tbody,{children:[(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10248"}),(0,t.jsx)(r.td,{children:"90"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"1996-07-04"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10249"}),(0,t.jsx)(r.td,{children:"81"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-07-05"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10250"}),(0,t.jsx)(r.td,{children:"34"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-07-08"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10251"}),(0,t.jsx)(r.td,{children:"84"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-07-08"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10252"}),(0,t.jsx)(r.td,{children:"76"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-07-09"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10253"}),(0,t.jsx)(r.td,{children:"34"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-07-10"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10254"}),(0,t.jsx)(r.td,{children:"14"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"1996-07-11"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10255"}),(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"9"}),(0,t.jsx)(r.td,{children:"1996-07-12"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10256"}),(0,t.jsx)(r.td,{children:"88"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-07-15"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10257"}),(0,t.jsx)(r.td,{children:"35"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-07-16"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10258"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-07-17"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10259"}),(0,t.jsx)(r.td,{children:"13"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-07-18"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10260"}),(0,t.jsx)(r.td,{children:"55"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-07-19"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10261"}),(0,t.jsx)(r.td,{children:"61"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-07-19"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10262"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-07-22"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10263"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"9"}),(0,t.jsx)(r.td,{children:"1996-07-23"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10264"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-07-24"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10265"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-07-25"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10266"}),(0,t.jsx)(r.td,{children:"87"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-07-26"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10267"}),(0,t.jsx)(r.td,{children:"25"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-07-29"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10268"}),(0,t.jsx)(r.td,{children:"33"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-07-30"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10269"}),(0,t.jsx)(r.td,{children:"89"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"1996-07-31"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10270"}),(0,t.jsx)(r.td,{children:"87"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-08-01"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10271"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-08-01"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10272"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-08-02"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10273"}),(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-08-05"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10274"}),(0,t.jsx)(r.td,{children:"85"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-08-06"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10275"}),(0,t.jsx)(r.td,{children:"49"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-08-07"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10276"}),(0,t.jsx)(r.td,{children:"80"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-08-08"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10277"}),(0,t.jsx)(r.td,{children:"52"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-08-09"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10278"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-08-12"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10279"}),(0,t.jsx)(r.td,{children:"44"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-08-13"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10280"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-08-14"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10281"}),(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-08-14"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10282"}),(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-08-15"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10283"}),(0,t.jsx)(r.td,{children:"46"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-08-16"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10284"}),(0,t.jsx)(r.td,{children:"44"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-08-19"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10285"}),(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-08-20"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10286"}),(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-08-21"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10287"}),(0,t.jsx)(r.td,{children:"67"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-08-22"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10288"}),(0,t.jsx)(r.td,{children:"66"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-08-23"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10289"}),(0,t.jsx)(r.td,{children:"11"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1996-08-26"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10290"}),(0,t.jsx)(r.td,{children:"15"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-08-27"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10291"}),(0,t.jsx)(r.td,{children:"61"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-08-27"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10292"}),(0,t.jsx)(r.td,{children:"81"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-08-28"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10293"}),(0,t.jsx)(r.td,{children:"80"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-08-29"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10294"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-08-30"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10295"}),(0,t.jsx)(r.td,{children:"85"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-09-02"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10296"}),(0,t.jsx)(r.td,{children:"46"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-09-03"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10297"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"1996-09-04"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10298"}),(0,t.jsx)(r.td,{children:"37"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-09-05"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10299"}),(0,t.jsx)(r.td,{children:"67"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-09-06"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10300"}),(0,t.jsx)(r.td,{children:"49"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-09-09"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10301"}),(0,t.jsx)(r.td,{children:"86"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-09-09"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10302"}),(0,t.jsx)(r.td,{children:"76"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-09-10"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10303"}),(0,t.jsx)(r.td,{children:"30"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1996-09-11"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10304"}),(0,t.jsx)(r.td,{children:"80"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-09-12"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10305"}),(0,t.jsx)(r.td,{children:"55"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-09-13"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10306"}),(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-09-16"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10307"}),(0,t.jsx)(r.td,{children:"48"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-09-17"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10308"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1996-09-18"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10309"}),(0,t.jsx)(r.td,{children:"37"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-09-19"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10310"}),(0,t.jsx)(r.td,{children:"77"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-09-20"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10311"}),(0,t.jsx)(r.td,{children:"18"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-09-20"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10312"}),(0,t.jsx)(r.td,{children:"86"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-09-23"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10313"}),(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-09-24"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10314"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-09-25"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10315"}),(0,t.jsx)(r.td,{children:"38"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-09-26"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10316"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-09-27"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10317"}),(0,t.jsx)(r.td,{children:"48"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-09-30"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10318"}),(0,t.jsx)(r.td,{children:"38"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-10-01"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10319"}),(0,t.jsx)(r.td,{children:"80"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1996-10-02"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10320"}),(0,t.jsx)(r.td,{children:"87"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"1996-10-03"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10321"}),(0,t.jsx)(r.td,{children:"38"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-10-03"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10322"}),(0,t.jsx)(r.td,{children:"58"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1996-10-04"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10323"}),(0,t.jsx)(r.td,{children:"39"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-10-07"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10324"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"9"}),(0,t.jsx)(r.td,{children:"1996-10-08"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10325"}),(0,t.jsx)(r.td,{children:"39"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-10-09"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10326"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-10-10"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10327"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-10-11"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10328"}),(0,t.jsx)(r.td,{children:"28"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-10-14"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10329"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-10-15"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10330"}),(0,t.jsx)(r.td,{children:"46"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-10-16"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10331"}),(0,t.jsx)(r.td,{children:"9"}),(0,t.jsx)(r.td,{children:"9"}),(0,t.jsx)(r.td,{children:"1996-10-16"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10332"}),(0,t.jsx)(r.td,{children:"51"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-10-17"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10333"}),(0,t.jsx)(r.td,{children:"87"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"1996-10-18"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10334"}),(0,t.jsx)(r.td,{children:"84"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-10-21"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10335"}),(0,t.jsx)(r.td,{children:"37"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1996-10-22"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10336"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1996-10-23"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10337"}),(0,t.jsx)(r.td,{children:"25"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-10-24"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10338"}),(0,t.jsx)(r.td,{children:"55"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-10-25"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10339"}),(0,t.jsx)(r.td,{children:"51"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-10-28"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10340"}),(0,t.jsx)(r.td,{children:"9"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-10-29"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10341"}),(0,t.jsx)(r.td,{children:"73"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1996-10-29"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10342"}),(0,t.jsx)(r.td,{children:"25"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-10-30"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10343"}),(0,t.jsx)(r.td,{children:"44"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-10-31"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10344"}),(0,t.jsx)(r.td,{children:"89"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-11-01"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10345"}),(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-11-04"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10346"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-11-05"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10347"}),(0,t.jsx)(r.td,{children:"21"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-11-06"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10348"}),(0,t.jsx)(r.td,{children:"86"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-11-07"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10349"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1996-11-08"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10350"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-11-11"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10351"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-11-11"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10352"}),(0,t.jsx)(r.td,{children:"28"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-11-12"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10353"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1996-11-13"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10354"}),(0,t.jsx)(r.td,{children:"58"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-11-14"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10355"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-11-15"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10356"}),(0,t.jsx)(r.td,{children:"86"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-11-18"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10357"}),(0,t.jsx)(r.td,{children:"46"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-11-19"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10358"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"1996-11-20"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10359"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"1996-11-21"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10360"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-11-22"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10361"}),(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-11-22"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10362"}),(0,t.jsx)(r.td,{children:"9"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-11-25"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10363"}),(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-11-26"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10364"}),(0,t.jsx)(r.td,{children:"19"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-11-26"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10365"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-11-27"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10366"}),(0,t.jsx)(r.td,{children:"29"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-11-28"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10367"}),(0,t.jsx)(r.td,{children:"83"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1996-11-28"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10368"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-11-29"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10369"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-12-02"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10370"}),(0,t.jsx)(r.td,{children:"14"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-12-03"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10371"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-12-03"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10372"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"1996-12-04"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10373"}),(0,t.jsx)(r.td,{children:"37"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-12-05"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10374"}),(0,t.jsx)(r.td,{children:"91"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-12-05"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10375"}),(0,t.jsx)(r.td,{children:"36"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-12-06"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10376"}),(0,t.jsx)(r.td,{children:"51"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-12-09"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10377"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-12-09"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10378"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"1996-12-10"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10379"}),(0,t.jsx)(r.td,{children:"61"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-12-11"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10380"}),(0,t.jsx)(r.td,{children:"37"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-12-12"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10381"}),(0,t.jsx)(r.td,{children:"46"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-12-12"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10382"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-12-13"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10383"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-12-16"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10384"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-12-16"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10385"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-12-17"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10386"}),(0,t.jsx)(r.td,{children:"21"}),(0,t.jsx)(r.td,{children:"9"}),(0,t.jsx)(r.td,{children:"1996-12-18"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10387"}),(0,t.jsx)(r.td,{children:"70"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-12-18"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10388"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-12-19"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10389"}),(0,t.jsx)(r.td,{children:"10"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1996-12-20"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10390"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-12-23"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10391"}),(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1996-12-23"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10392"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-12-24"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10393"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-12-25"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10394"}),(0,t.jsx)(r.td,{children:"36"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-12-25"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10395"}),(0,t.jsx)(r.td,{children:"35"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1996-12-26"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10396"}),(0,t.jsx)(r.td,{children:"25"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1996-12-27"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10397"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"1996-12-27"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10398"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1996-12-30"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10399"}),(0,t.jsx)(r.td,{children:"83"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1996-12-31"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10400"}),(0,t.jsx)(r.td,{children:"19"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1997-01-01"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10401"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1997-01-01"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10402"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1997-01-02"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10403"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1997-01-03"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10404"}),(0,t.jsx)(r.td,{children:"49"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1997-01-03"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10405"}),(0,t.jsx)(r.td,{children:"47"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"1997-01-06"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10406"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1997-01-07"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10407"}),(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1997-01-07"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10408"}),(0,t.jsx)(r.td,{children:"23"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1997-01-08"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10409"}),(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1997-01-09"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10410"}),(0,t.jsx)(r.td,{children:"10"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1997-01-10"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10411"}),(0,t.jsx)(r.td,{children:"10"}),(0,t.jsx)(r.td,{children:"9"}),(0,t.jsx)(r.td,{children:"1997-01-10"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10412"}),(0,t.jsx)(r.td,{children:"87"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1997-01-13"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10413"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1997-01-14"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10414"}),(0,t.jsx)(r.td,{children:"21"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1997-01-14"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10415"}),(0,t.jsx)(r.td,{children:"36"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1997-01-15"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10416"}),(0,t.jsx)(r.td,{children:"87"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1997-01-16"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10417"}),(0,t.jsx)(r.td,{children:"73"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1997-01-16"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10418"}),(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1997-01-17"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10419"}),(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1997-01-20"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10420"}),(0,t.jsx)(r.td,{children:"88"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1997-01-21"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10421"}),(0,t.jsx)(r.td,{children:"61"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1997-01-21"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10422"}),(0,t.jsx)(r.td,{children:"27"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"1997-01-22"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10423"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1997-01-23"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10424"}),(0,t.jsx)(r.td,{children:"51"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1997-01-23"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10425"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1997-01-24"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10426"}),(0,t.jsx)(r.td,{children:"29"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1997-01-27"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10427"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1997-01-27"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10428"}),(0,t.jsx)(r.td,{children:"66"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"1997-01-28"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10429"}),(0,t.jsx)(r.td,{children:"37"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1997-01-29"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10430"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1997-01-30"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10431"}),(0,t.jsx)(r.td,{children:"10"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1997-01-30"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10432"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1997-01-31"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10433"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1997-02-03"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10434"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1997-02-03"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10435"}),(0,t.jsx)(r.td,{children:"16"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1997-02-04"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10436"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1997-02-05"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10437"}),(0,t.jsx)(r.td,{children:"87"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1997-02-05"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10438"}),(0,t.jsx)(r.td,{children:"79"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1997-02-06"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10439"}),(0,t.jsx)(r.td,{children:"51"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"1997-02-07"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10440"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"1997-02-10"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10441"}),(0,t.jsx)(r.td,{children:"55"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1997-02-10"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10442"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"1997-02-11"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10443"}),(0,t.jsx)(r.td,{children:"66"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"1997-02-12"}),(0,t.jsx)(r.td,{children:"1"})]})]})]})]})}function j(d={}){const{wrapper:r}={...(0,n.R)(),...d.components};return r?(0,t.jsx)(r,{...d,children:(0,t.jsx)(x,{...d})}):x(d)}},8453:(d,r,s)=>{s.d(r,{R:()=>l,x:()=>c});var e=s(6540);const t={},n=e.createContext(t);function l(d){const r=e.useContext(n);return e.useMemo((function(){return"function"==typeof d?d(r):{...r,...d}}),[r,d])}function c(d){let r;return r=d.disableParentContext?"function"==typeof d.components?d.components(t):d.components||t:l(d.components),e.createElement(n.Provider,{value:r},d.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/a6964e95.e1343f6c.js b/docs/docusaurus/build/assets/js/a6964e95.e1343f6c.js new file mode 100644 index 0000000..8b8e259 --- /dev/null +++ b/docs/docusaurus/build/assets/js/a6964e95.e1343f6c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[579],{7712:(e,n,s)=>{s.r(n),s.d(n,{assets:()=>d,contentTitle:()=>o,default:()=>u,frontMatter:()=>l,metadata:()=>r,toc:()=>a});const r=JSON.parse('{"id":"typedefs/constraint-options","title":"ConstraintOptions","description":"Type: Object","source":"@site/docs/typedefs/constraint-options.md","sourceDirName":"typedefs","slug":"/typedefs/constraint-options","permalink":"/awSQL/typedefs/constraint-options","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":3,"frontMatter":{"sidebar_position":3},"sidebar":"defaultSidebar","previous":{"title":"ColumnStructure","permalink":"/awSQL/typedefs/column-structure"},"next":{"title":"Example Database","permalink":"/awSQL/category/example-database"}}');var i=s(4848),t=s(8453);const l={sidebar_position:3},o="ConstraintOptions",d={},a=[{value:"Example structure",id:"example-structure",level:2},{value:"Properties",id:"properties",level:2},{value:".primary",id:"primary",level:3},{value:".index",id:"index",level:3},{value:".null",id:"null",level:3},{value:".unique",id:"unique",level:3},{value:".default",id:"default",level:3},{value:".auto_increment",id:"auto_increment",level:3},{value:".unsigned",id:"unsigned",level:3}];function c(e){const n={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",li:"li",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,t.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.header,{children:(0,i.jsx)(n.h1,{id:"constraintoptions",children:"ConstraintOptions"})}),"\n",(0,i.jsxs)(n.p,{children:[(0,i.jsx)(n.strong,{children:"Type:"})," ",(0,i.jsx)(n.code,{children:"Object"})]}),"\n",(0,i.jsxs)(n.p,{children:["Defines additional constraints for a column within a ",(0,i.jsx)(n.a,{href:"../classes/structure",children:"Structure"}),"."]}),"\n",(0,i.jsx)(n.admonition,{type:"info",children:(0,i.jsxs)(n.ul,{children:["\n",(0,i.jsx)(n.li,{children:(0,i.jsx)(n.strong,{children:"All keys in the object are optional"})}),"\n",(0,i.jsx)(n.li,{children:"Only define the keys for the constraints you want to enable."}),"\n"]})}),"\n",(0,i.jsx)(n.hr,{}),"\n",(0,i.jsx)(n.h2,{id:"example-structure",children:"Example structure"}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-js",children:'{\r\n "primary": true,\r\n "index": true,\r\n "null": true,\r\n "unique": true,\r\n "default": "Some default text",\r\n "auto_increment": false,\r\n "unsigned": true\r\n}\n'})}),"\n",(0,i.jsx)(n.hr,{}),"\n",(0,i.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsx)(n.hr,{}),"\n",(0,i.jsx)(n.h3,{id:"primary",children:".primary"}),"\n",(0,i.jsxs)(n.p,{children:["\u2192 ",(0,i.jsx)(n.strong,{children:"Boolean"})]}),"\n",(0,i.jsx)(n.p,{children:"Defines if this column should be the primary key."}),"\n",(0,i.jsx)(n.hr,{}),"\n",(0,i.jsx)(n.h3,{id:"index",children:".index"}),"\n",(0,i.jsxs)(n.p,{children:["\u2192 ",(0,i.jsx)(n.strong,{children:"Boolean"})]}),"\n",(0,i.jsx)(n.p,{children:"Marks the column as indexable (improves query speed but slows insertion)."}),"\n",(0,i.jsx)(n.hr,{}),"\n",(0,i.jsx)(n.h3,{id:"null",children:".null"}),"\n",(0,i.jsxs)(n.p,{children:["\u2192 ",(0,i.jsx)(n.strong,{children:"Boolean"})]}),"\n",(0,i.jsxs)(n.p,{children:["Determines if the column allows ",(0,i.jsx)(n.code,{children:"NULL"})," values by default."]}),"\n",(0,i.jsx)(n.hr,{}),"\n",(0,i.jsx)(n.h3,{id:"unique",children:".unique"}),"\n",(0,i.jsxs)(n.p,{children:["\u2192 ",(0,i.jsx)(n.strong,{children:"Boolean"})]}),"\n",(0,i.jsx)(n.p,{children:"Ensures that all values in this column are unique, preventing duplicates."}),"\n",(0,i.jsx)(n.hr,{}),"\n",(0,i.jsx)(n.h3,{id:"default",children:".default"}),"\n",(0,i.jsxs)(n.p,{children:["\u2192 ",(0,i.jsx)(n.strong,{children:"String"})]}),"\n",(0,i.jsx)(n.p,{children:"The default value inserted when no value is providded."}),"\n",(0,i.jsx)(n.hr,{}),"\n",(0,i.jsx)(n.h3,{id:"auto_increment",children:".auto_increment"}),"\n",(0,i.jsxs)(n.p,{children:["\u2192 ",(0,i.jsx)(n.strong,{children:"Boolean"})]}),"\n",(0,i.jsx)(n.p,{children:"Increments the column value automatically on new insertions (typically used for primary keys)."}),"\n",(0,i.jsx)(n.hr,{}),"\n",(0,i.jsx)(n.h3,{id:"unsigned",children:".unsigned"}),"\n",(0,i.jsxs)(n.p,{children:["\u2192 ",(0,i.jsx)(n.strong,{children:"Boolean"})]}),"\n",(0,i.jsxs)(n.p,{children:["Defines whether the column should be ",(0,i.jsx)(n.strong,{children:"unsigned"})," (i.e., only allow non-negative numbers)."]}),"\n",(0,i.jsx)(n.admonition,{title:"Warning",type:"danger",children:(0,i.jsxs)(n.p,{children:["This option is ",(0,i.jsx)(n.strong,{children:"only valid for numerical columns"}),"."]})}),"\n",(0,i.jsx)(n.hr,{})]})}function u(e={}){const{wrapper:n}={...(0,t.R)(),...e.components};return n?(0,i.jsx)(n,{...e,children:(0,i.jsx)(c,{...e})}):c(e)}},8453:(e,n,s)=>{s.d(n,{R:()=>l,x:()=>o});var r=s(6540);const i={},t=r.createContext(i);function l(e){const n=r.useContext(t);return r.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:l(e.components),r.createElement(t.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/af19f545.71dedd65.js b/docs/docusaurus/build/assets/js/af19f545.71dedd65.js new file mode 100644 index 0000000..c1c7029 --- /dev/null +++ b/docs/docusaurus/build/assets/js/af19f545.71dedd65.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[802],{3702:e=>{e.exports=JSON.parse('{"categoryGeneratedIndex":{"title":"Example Database","description":"Here you can find the tables of the database used for the examples","slug":"/category/example-database","permalink":"/awSQL/category/example-database","sidebar":"defaultSidebar","navigation":{"previous":{"title":"ConstraintOptions","permalink":"/awSQL/typedefs/constraint-options"},"next":{"title":"Table: Categories","permalink":"/awSQL/example-db/Categories"}}}}')}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/b4c15e47.57d0bb5f.js b/docs/docusaurus/build/assets/js/b4c15e47.57d0bb5f.js new file mode 100644 index 0000000..a24497b --- /dev/null +++ b/docs/docusaurus/build/assets/js/b4c15e47.57d0bb5f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[36],{146:(e,t,r)=>{r.r(t),r.d(t,{assets:()=>l,contentTitle:()=>a,default:()=>h,frontMatter:()=>i,metadata:()=>s,toc:()=>c});const s=JSON.parse('{"id":"example-db/Shippers","title":"Table: Shippers","description":"| ShipperID | ShipperName | Phone |","source":"@site/docs/example-db/Shippers.md","sourceDirName":"example-db","slug":"/example-db/Shippers","permalink":"/awSQL/example-db/Shippers","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: Products","permalink":"/awSQL/example-db/Products"},"next":{"title":"Table: Suppliers","permalink":"/awSQL/example-db/Suppliers"}}');var n=r(4848),d=r(8453);const i={},a="Table: Shippers",l={},c=[];function p(e){const t={h1:"h1",header:"header",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,d.R)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.header,{children:(0,n.jsx)(t.h1,{id:"table-shippers",children:"Table: Shippers"})}),"\n",(0,n.jsxs)(t.table,{children:[(0,n.jsx)(t.thead,{children:(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.th,{children:"ShipperID"}),(0,n.jsx)(t.th,{children:"ShipperName"}),(0,n.jsx)(t.th,{children:"Phone"})]})}),(0,n.jsxs)(t.tbody,{children:[(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:"1"}),(0,n.jsx)(t.td,{children:"Speedy Express"}),(0,n.jsx)(t.td,{children:"(503) 555-9831"})]}),(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:"2"}),(0,n.jsx)(t.td,{children:"United Package"}),(0,n.jsx)(t.td,{children:"(503) 555-3199"})]}),(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:"3"}),(0,n.jsx)(t.td,{children:"Federal Shipping"}),(0,n.jsx)(t.td,{children:"(503) 555-9931"})]})]})]})]})}function h(e={}){const{wrapper:t}={...(0,d.R)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(p,{...e})}):p(e)}},8453:(e,t,r)=>{r.d(t,{R:()=>i,x:()=>a});var s=r(6540);const n={},d=s.createContext(n);function i(e){const t=s.useContext(d);return s.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:i(e.components),s.createElement(d.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/b5207823.cdd836e5.js b/docs/docusaurus/build/assets/js/b5207823.cdd836e5.js new file mode 100644 index 0000000..8c3fb24 --- /dev/null +++ b/docs/docusaurus/build/assets/js/b5207823.cdd836e5.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[582],{511:(e,s,r)=>{r.r(s),r.d(s,{assets:()=>l,contentTitle:()=>c,default:()=>x,frontMatter:()=>i,metadata:()=>t,toc:()=>o});const t=JSON.parse('{"id":"typedefs/okpacket","title":"OkPacket","description":"Object","source":"@site/docs/typedefs/okpacket.md","sourceDirName":"typedefs","slug":"/typedefs/okpacket","permalink":"/awSQL/typedefs/okpacket","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":1,"frontMatter":{"sidebar_position":1},"sidebar":"defaultSidebar","previous":{"title":"Typedefs","permalink":"/awSQL/category/typedefs"},"next":{"title":"ColumnStructure","permalink":"/awSQL/typedefs/column-structure"}}');var n=r(4848),d=r(8453);const i={sidebar_position:1},c="OkPacket",l={},o=[{value:"Structure",id:"structure",level:2},{value:"Common serverStatus Flags",id:"common-serverstatus-flags",level:2}];function h(e){const s={admonition:"admonition",code:"code",em:"em",h1:"h1",h2:"h2",header:"header",li:"li",p:"p",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",ul:"ul",...(0,d.R)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(s.header,{children:(0,n.jsx)(s.h1,{id:"okpacket",children:"OkPacket"})}),"\n",(0,n.jsx)(s.p,{children:(0,n.jsx)(s.code,{children:"Object"})}),"\n",(0,n.jsx)(s.p,{children:"The OkPacket is a response object from MySQL that provides metadata about a successfully executed query. It contains details such as the number of affected rows, insert IDs, server status, warnings, and protocol information. This packet is typically returned for INSERT, UPDATE, DELETE, and other non-SELECT statements."}),"\n",(0,n.jsx)(s.h2,{id:"structure",children:"Structure"}),"\n",(0,n.jsxs)(s.table,{children:[(0,n.jsx)(s.thead,{children:(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.th,{children:"Property"}),(0,n.jsx)(s.th,{children:"Type"}),(0,n.jsx)(s.th,{children:"Description"})]})}),(0,n.jsxs)(s.tbody,{children:[(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"fieldCount"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"Number"})}),(0,n.jsxs)(s.td,{children:["Defaults to ",(0,n.jsx)(s.code,{children:"0"})," for non-",(0,n.jsx)(s.code,{children:"SELECT"})," queries."]})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"affectedRows"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"Number"})}),(0,n.jsxs)(s.td,{children:["The number of rows affected by the query (",(0,n.jsx)(s.em,{children:"does not necessarily mean all rows were changed"}),")."]})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"insertId"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"Number"})}),(0,n.jsxs)(s.td,{children:["The ID of the last inserted row (",(0,n.jsxs)(s.em,{children:["if an auto-increment column exists, otherwise ",(0,n.jsx)(s.code,{children:"0"})]}),")."]})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"serverStatus"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"Number"})}),(0,n.jsx)(s.td,{children:"A bitmask flag representing the current state of the MySQL server."})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"warningCount"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"Number"})}),(0,n.jsx)(s.td,{children:"The number of warnings generated during query execution."})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"message"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"String"})}),(0,n.jsxs)(s.td,{children:["An optional message providing additional information about the query result (",(0,n.jsx)(s.em,{children:"typically empty"}),")."]})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"protocol41"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"Boolean"})}),(0,n.jsxs)(s.td,{children:[(0,n.jsx)(s.code,{children:"true"})," if MySQL protocol 4.1 or later is used."]})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"changedRows"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"Number"})}),(0,n.jsx)(s.td,{children:"The number of rows actually modified by the query."})]})]})]}),"\n",(0,n.jsxs)(s.h2,{id:"common-serverstatus-flags",children:["Common ",(0,n.jsx)(s.code,{children:"serverStatus"})," Flags"]}),"\n",(0,n.jsxs)(s.admonition,{title:"Bitmask Behavior",type:"info",children:[(0,n.jsxs)(s.p,{children:[(0,n.jsx)(s.code,{children:"serverStatus"})," is a ",(0,n.jsx)(s.strong,{children:"bitmask"}),", meaning multiple statuses can be active at the same time."]}),(0,n.jsx)(s.p,{children:"For example:"}),(0,n.jsxs)(s.ul,{children:["\n",(0,n.jsxs)(s.li,{children:[(0,n.jsx)(s.code,{children:"SERVER_STATUS_AUTOCOMMIT"})," (",(0,n.jsx)(s.code,{children:"1"}),") + ",(0,n.jsx)(s.code,{children:"SERVER_STATUS_IN_TRANS"})," (",(0,n.jsx)(s.code,{children:"2"}),")"]}),"\n",(0,n.jsxs)(s.li,{children:["These combine to ",(0,n.jsx)(s.code,{children:"3"})," (",(0,n.jsx)(s.code,{children:"1"})," | ",(0,n.jsx)(s.code,{children:"2"})," = ",(0,n.jsx)(s.code,{children:"3"}),") through a ",(0,n.jsx)(s.strong,{children:"bitwise OR"})," operation."]}),"\n"]})]}),"\n",(0,n.jsxs)(s.table,{children:[(0,n.jsx)(s.thead,{children:(0,n.jsxs)(s.tr,{children:[(0,n.jsxs)(s.th,{children:[(0,n.jsx)(s.code,{children:"serverStatus"}),"-Value"]}),(0,n.jsx)(s.th,{children:"Status"}),(0,n.jsx)(s.th,{children:"Description"})]})}),(0,n.jsxs)(s.tbody,{children:[(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"1"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"SERVER_STATUS_AUTOCOMMIT"})}),(0,n.jsxs)(s.td,{children:["The server is in ",(0,n.jsx)(s.strong,{children:"autocommit mode"}),", treating each query as a seperate transaction that commits automatically."]})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"2"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"SERVER_STATUS_IN_TRANS"})}),(0,n.jsxs)(s.td,{children:["The server is currently in a ",(0,n.jsx)(s.strong,{children:"transaction"})," (",(0,n.jsx)(s.em,{children:"queries have not been committed yet"}),")."]})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"8"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"SERVER_STATUS_MORE_RESULTS_EXISTS"})}),(0,n.jsxs)(s.td,{children:["More result sets exist (",(0,n.jsxs)(s.em,{children:["e.g., when executing a ",(0,n.jsx)(s.code,{children:"SELECT ... INTO OUTFILE"})," query"]}),")."]})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"16"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"SERVER_STATUS_NO_GOOD_INDEX_USED"})}),(0,n.jsxs)(s.td,{children:["The server did not use an ",(0,n.jsx)(s.strong,{children:"optimal index"})," for the query, which may indicate inefficient execution."]})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"32"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"SERVER_STATUS_NO_INDEX_USED"})}),(0,n.jsxs)(s.td,{children:["The query was executed ",(0,n.jsx)(s.strong,{children:"without an index"}),", likely causing a full table scan (",(0,n.jsx)(s.em,{children:"may impact performance"}),")."]})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"64"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"SERVER_STATUS_QUERY_NO_GOOD_INDEX_USED"})}),(0,n.jsxs)(s.td,{children:["No ",(0,n.jsx)(s.strong,{children:"suitable index"})," was used during query execution (",(0,n.jsx)(s.em,{children:"could result in performance issues"}),")."]})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"128"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"SERVER_STATUS_CURSOR_EXISTS"})}),(0,n.jsxs)(s.td,{children:["A ",(0,n.jsx)(s.strong,{children:"cursor"})," exists and is in use for this query (",(0,n.jsx)(s.em,{children:"typically seen in more complex queries"}),")."]})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"256"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"SERVER_STATUS_LAST_INSERT_ID"})}),(0,n.jsxs)(s.td,{children:["The ",(0,n.jsxs)(s.strong,{children:["last executed ",(0,n.jsx)(s.code,{children:"INSERT"})," statement"]})," generated an ",(0,n.jsx)(s.code,{children:"AUTO_INCREMENT"})," ID."]})]}),(0,n.jsxs)(s.tr,{children:[(0,n.jsx)(s.td,{children:(0,n.jsx)(s.strong,{children:"512"})}),(0,n.jsx)(s.td,{children:(0,n.jsx)(s.code,{children:"SERVER_STATUS_DB_DROPPED"})}),(0,n.jsxs)(s.td,{children:["A ",(0,n.jsx)(s.strong,{children:"database was dropped"})," as part of the executed query."]})]})]})]})]})}function x(e={}){const{wrapper:s}={...(0,d.R)(),...e.components};return s?(0,n.jsx)(s,{...e,children:(0,n.jsx)(h,{...e})}):h(e)}},8453:(e,s,r)=>{r.d(s,{R:()=>i,x:()=>c});var t=r(6540);const n={},d=t.createContext(n);function i(e){const s=t.useContext(d);return t.useMemo((function(){return"function"==typeof e?e(s):{...s,...e}}),[s,e])}function c(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:i(e.components),t.createElement(d.Provider,{value:s},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/c8769413.27c68371.js b/docs/docusaurus/build/assets/js/c8769413.27c68371.js new file mode 100644 index 0000000..7cd30c4 --- /dev/null +++ b/docs/docusaurus/build/assets/js/c8769413.27c68371.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[922],{7686:(d,e,r)=>{r.r(e),r.d(e,{assets:()=>c,contentTitle:()=>l,default:()=>j,frontMatter:()=>t,metadata:()=>n,toc:()=>h});const n=JSON.parse('{"id":"example-db/Customers","title":"Table: Customers","description":"| CustomerID | CustomerName | ContactName | Address | City | PostalCode | Country |","source":"@site/docs/example-db/Customers.md","sourceDirName":"example-db","slug":"/example-db/Customers","permalink":"/awSQL/example-db/Customers","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: Categories","permalink":"/awSQL/example-db/Categories"},"next":{"title":"Table: Employees","permalink":"/awSQL/example-db/Employees"}}');var s=r(4848),i=r(8453);const t={},l="Table: Customers",c={},h=[];function x(d){const e={h1:"h1",header:"header",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,i.R)(),...d.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(e.header,{children:(0,s.jsx)(e.h1,{id:"table-customers",children:"Table: Customers"})}),"\n",(0,s.jsxs)(e.table,{children:[(0,s.jsx)(e.thead,{children:(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.th,{children:"CustomerID"}),(0,s.jsx)(e.th,{children:"CustomerName"}),(0,s.jsx)(e.th,{children:"ContactName"}),(0,s.jsx)(e.th,{children:"Address"}),(0,s.jsx)(e.th,{children:"City"}),(0,s.jsx)(e.th,{children:"PostalCode"}),(0,s.jsx)(e.th,{children:"Country"})]})}),(0,s.jsxs)(e.tbody,{children:[(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"1"}),(0,s.jsx)(e.td,{children:"Alfreds Futterkiste"}),(0,s.jsx)(e.td,{children:"Maria Anders"}),(0,s.jsx)(e.td,{children:"Obere Str. 57"}),(0,s.jsx)(e.td,{children:"Berlin"}),(0,s.jsx)(e.td,{children:"12209"}),(0,s.jsx)(e.td,{children:"Germany"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"2"}),(0,s.jsx)(e.td,{children:"Ana Trujillo Emparedados y helados"}),(0,s.jsx)(e.td,{children:"Ana Trujillo"}),(0,s.jsx)(e.td,{children:"Avda. de la Constituci\xf3n 2222"}),(0,s.jsx)(e.td,{children:"M\xe9xico D.F."}),(0,s.jsx)(e.td,{children:"5021"}),(0,s.jsx)(e.td,{children:"Mexico"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"3"}),(0,s.jsx)(e.td,{children:"Antonio Moreno Taquer\xeda"}),(0,s.jsx)(e.td,{children:"Antonio Moreno"}),(0,s.jsx)(e.td,{children:"Mataderos 2312"}),(0,s.jsx)(e.td,{children:"M\xe9xico D.F."}),(0,s.jsx)(e.td,{children:"5023"}),(0,s.jsx)(e.td,{children:"Mexico"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"4"}),(0,s.jsx)(e.td,{children:"Around the Horn"}),(0,s.jsx)(e.td,{children:"Thomas Hardy"}),(0,s.jsx)(e.td,{children:"120 Hanover Sq."}),(0,s.jsx)(e.td,{children:"London"}),(0,s.jsx)(e.td,{children:"WA1 1DP"}),(0,s.jsx)(e.td,{children:"UK"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"5"}),(0,s.jsx)(e.td,{children:"Berglunds snabbk\xf6p"}),(0,s.jsx)(e.td,{children:"Christina Berglund"}),(0,s.jsx)(e.td,{children:"Berguvsv\xe4gen 8"}),(0,s.jsx)(e.td,{children:"Lule\xe5"}),(0,s.jsx)(e.td,{children:"S-958 22"}),(0,s.jsx)(e.td,{children:"Sweden"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"6"}),(0,s.jsx)(e.td,{children:"Blauer See Delikatessen"}),(0,s.jsx)(e.td,{children:"Hanna Moos"}),(0,s.jsx)(e.td,{children:"Forsterstr. 57"}),(0,s.jsx)(e.td,{children:"Mannheim"}),(0,s.jsx)(e.td,{children:"68306"}),(0,s.jsx)(e.td,{children:"Germany"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"7"}),(0,s.jsx)(e.td,{children:"Blondel p\xe8re et fils"}),(0,s.jsx)(e.td,{children:"Fr\xe9d\xe9rique Citeaux"}),(0,s.jsx)(e.td,{children:"24, place Kl\xe9ber"}),(0,s.jsx)(e.td,{children:"Strasbourg"}),(0,s.jsx)(e.td,{children:"67000"}),(0,s.jsx)(e.td,{children:"France"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"8"}),(0,s.jsx)(e.td,{children:"B\xf3lido Comidas preparadas"}),(0,s.jsx)(e.td,{children:"Mart\xedn Sommer"}),(0,s.jsx)(e.td,{children:"C/ Araquil, 67"}),(0,s.jsx)(e.td,{children:"Madrid"}),(0,s.jsx)(e.td,{children:"28023"}),(0,s.jsx)(e.td,{children:"Spain"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"9"}),(0,s.jsx)(e.td,{children:"Bon app'"}),(0,s.jsx)(e.td,{children:"Laurence Lebihans"}),(0,s.jsx)(e.td,{children:"12, rue des Bouchers"}),(0,s.jsx)(e.td,{children:"Marseille"}),(0,s.jsx)(e.td,{children:"13008"}),(0,s.jsx)(e.td,{children:"France"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"10"}),(0,s.jsx)(e.td,{children:"Bottom-Dollar Marketse"}),(0,s.jsx)(e.td,{children:"Elizabeth Lincoln"}),(0,s.jsx)(e.td,{children:"23 Tsawassen Blvd."}),(0,s.jsx)(e.td,{children:"Tsawassen"}),(0,s.jsx)(e.td,{children:"T2F 8M4"}),(0,s.jsx)(e.td,{children:"Canada"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"11"}),(0,s.jsx)(e.td,{children:"B's Beverages"}),(0,s.jsx)(e.td,{children:"Victoria Ashworth"}),(0,s.jsx)(e.td,{children:"Fauntleroy Circus"}),(0,s.jsx)(e.td,{children:"London"}),(0,s.jsx)(e.td,{children:"EC2 5NT"}),(0,s.jsx)(e.td,{children:"UK"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"12"}),(0,s.jsx)(e.td,{children:"Cactus Comidas para llevar"}),(0,s.jsx)(e.td,{children:"Patricio Simpson"}),(0,s.jsx)(e.td,{children:"Cerrito 333"}),(0,s.jsx)(e.td,{children:"Buenos Aires"}),(0,s.jsx)(e.td,{children:"1010"}),(0,s.jsx)(e.td,{children:"Argentin"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"13"}),(0,s.jsx)(e.td,{children:"Centro comercial Moctezuma"}),(0,s.jsx)(e.td,{children:"Francisco Chang"}),(0,s.jsx)(e.td,{children:"Sierras de Granada 9993"}),(0,s.jsx)(e.td,{children:"M\xe9xico D.F."}),(0,s.jsx)(e.td,{children:"5022"}),(0,s.jsx)(e.td,{children:"Mexico"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"14"}),(0,s.jsx)(e.td,{children:"Chop-suey Chinese"}),(0,s.jsx)(e.td,{children:"Yang Wang"}),(0,s.jsx)(e.td,{children:"Hauptstr. 29"}),(0,s.jsx)(e.td,{children:"Bern"}),(0,s.jsx)(e.td,{children:"3012"}),(0,s.jsx)(e.td,{children:"Switzerl"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"15"}),(0,s.jsx)(e.td,{children:"Com\xe9rcio Mineiro"}),(0,s.jsx)(e.td,{children:"Pedro Afonso"}),(0,s.jsx)(e.td,{children:"Av. dos Lus\xedadas, 23"}),(0,s.jsx)(e.td,{children:"S\xe3o Paulo"}),(0,s.jsx)(e.td,{children:"05432-043"}),(0,s.jsx)(e.td,{children:"Brazil"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"16"}),(0,s.jsx)(e.td,{children:"Consolidated Holdings"}),(0,s.jsx)(e.td,{children:"Elizabeth Brown"}),(0,s.jsx)(e.td,{children:"Berkeley Gardens 12 Brewery"}),(0,s.jsx)(e.td,{children:"London"}),(0,s.jsx)(e.td,{children:"WX1 6LT"}),(0,s.jsx)(e.td,{children:"UK"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"17"}),(0,s.jsx)(e.td,{children:"Drachenblut Delikatessend"}),(0,s.jsx)(e.td,{children:"Sven Ottlieb"}),(0,s.jsx)(e.td,{children:"Walserweg 21"}),(0,s.jsx)(e.td,{children:"Aachen"}),(0,s.jsx)(e.td,{children:"52066"}),(0,s.jsx)(e.td,{children:"Germany"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"18"}),(0,s.jsx)(e.td,{children:"Du monde entier"}),(0,s.jsx)(e.td,{children:"Janine Labrune"}),(0,s.jsx)(e.td,{children:"67, rue des Cinquante Otages"}),(0,s.jsx)(e.td,{children:"Nantes"}),(0,s.jsx)(e.td,{children:"44000"}),(0,s.jsx)(e.td,{children:"France"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"19"}),(0,s.jsx)(e.td,{children:"Eastern Connection"}),(0,s.jsx)(e.td,{children:"Ann Devon"}),(0,s.jsx)(e.td,{children:"35 King George"}),(0,s.jsx)(e.td,{children:"London"}),(0,s.jsx)(e.td,{children:"WX3 6FW"}),(0,s.jsx)(e.td,{children:"UK"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"20"}),(0,s.jsx)(e.td,{children:"Ernst Handel"}),(0,s.jsx)(e.td,{children:"Roland Mendel"}),(0,s.jsx)(e.td,{children:"Kirchgasse 6"}),(0,s.jsx)(e.td,{children:"Graz"}),(0,s.jsx)(e.td,{children:"8010"}),(0,s.jsx)(e.td,{children:"Austria"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"21"}),(0,s.jsx)(e.td,{children:"Familia Arquibaldo"}),(0,s.jsx)(e.td,{children:"Aria Cruz"}),(0,s.jsx)(e.td,{children:"Rua Or\xf3s, 92"}),(0,s.jsx)(e.td,{children:"S\xe3o Paulo"}),(0,s.jsx)(e.td,{children:"05442-030"}),(0,s.jsx)(e.td,{children:"Brazil"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"22"}),(0,s.jsx)(e.td,{children:"FISSA Fabrica Inter. Salchichas S.A."}),(0,s.jsx)(e.td,{children:"Diego Roel"}),(0,s.jsx)(e.td,{children:"C/ Moralzarzal, 86"}),(0,s.jsx)(e.td,{children:"Madrid"}),(0,s.jsx)(e.td,{children:"28034"}),(0,s.jsx)(e.td,{children:"Spain"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"23"}),(0,s.jsx)(e.td,{children:"Folies gourmandes"}),(0,s.jsx)(e.td,{children:"Martine Ranc\xe9"}),(0,s.jsx)(e.td,{children:"184, chauss\xe9e de Tournai"}),(0,s.jsx)(e.td,{children:"Lille"}),(0,s.jsx)(e.td,{children:"59000"}),(0,s.jsx)(e.td,{children:"France"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"24"}),(0,s.jsx)(e.td,{children:"Folk och f\xe4 HB"}),(0,s.jsx)(e.td,{children:"Maria Larsson"}),(0,s.jsx)(e.td,{children:"\xc5kergatan 24"}),(0,s.jsx)(e.td,{children:"Br\xe4cke"}),(0,s.jsx)(e.td,{children:"S-844 67"}),(0,s.jsx)(e.td,{children:"Sweden"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"25"}),(0,s.jsx)(e.td,{children:"Frankenversand"}),(0,s.jsx)(e.td,{children:"Peter Franken"}),(0,s.jsx)(e.td,{children:"Berliner Platz 43"}),(0,s.jsx)(e.td,{children:"M\xfcnchen"}),(0,s.jsx)(e.td,{children:"80805"}),(0,s.jsx)(e.td,{children:"Germany"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"26"}),(0,s.jsx)(e.td,{children:"France restauration"}),(0,s.jsx)(e.td,{children:"Carine Schmitt"}),(0,s.jsx)(e.td,{children:"54, rue Royale"}),(0,s.jsx)(e.td,{children:"Nantes"}),(0,s.jsx)(e.td,{children:"44000"}),(0,s.jsx)(e.td,{children:"France"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"27"}),(0,s.jsx)(e.td,{children:"Franchi S.p.A."}),(0,s.jsx)(e.td,{children:"Paolo Accorti"}),(0,s.jsx)(e.td,{children:"Via Monte Bianco 34"}),(0,s.jsx)(e.td,{children:"Torino"}),(0,s.jsx)(e.td,{children:"10100"}),(0,s.jsx)(e.td,{children:"Italy"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"28"}),(0,s.jsx)(e.td,{children:"Furia Bacalhau e Frutos do Mar"}),(0,s.jsx)(e.td,{children:"Lino Rodriguez"}),(0,s.jsx)(e.td,{children:"Jardim das rosas n. 32"}),(0,s.jsx)(e.td,{children:"Lisboa"}),(0,s.jsx)(e.td,{children:"1675"}),(0,s.jsx)(e.td,{children:"Portugal"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"29"}),(0,s.jsx)(e.td,{children:"Galer\xeda del gastr\xf3nomo"}),(0,s.jsx)(e.td,{children:"Eduardo Saavedra"}),(0,s.jsx)(e.td,{children:"Rambla de Catalu\xf1a, 23"}),(0,s.jsx)(e.td,{children:"Barcelona"}),(0,s.jsx)(e.td,{children:"8022"}),(0,s.jsx)(e.td,{children:"Spain"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"30"}),(0,s.jsx)(e.td,{children:"Godos Cocina T\xedpica"}),(0,s.jsx)(e.td,{children:"Jos\xe9 Pedro Freyre"}),(0,s.jsx)(e.td,{children:"C/ Romero, 33"}),(0,s.jsx)(e.td,{children:"Sevilla"}),(0,s.jsx)(e.td,{children:"41101"}),(0,s.jsx)(e.td,{children:"Spain"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"31"}),(0,s.jsx)(e.td,{children:"Gourmet Lanchonetes"}),(0,s.jsx)(e.td,{children:"Andr\xe9 Fonseca"}),(0,s.jsx)(e.td,{children:"Av. Brasil, 442"}),(0,s.jsx)(e.td,{children:"Campinas"}),(0,s.jsx)(e.td,{children:"04876-786"}),(0,s.jsx)(e.td,{children:"Brazil"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"32"}),(0,s.jsx)(e.td,{children:"Great Lakes Food Market"}),(0,s.jsx)(e.td,{children:"Howard Snyder"}),(0,s.jsx)(e.td,{children:"2732 Baker Blvd."}),(0,s.jsx)(e.td,{children:"Eugene"}),(0,s.jsx)(e.td,{children:"97403"}),(0,s.jsx)(e.td,{children:"USA"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"33"}),(0,s.jsx)(e.td,{children:"GROSELLA-Restaurante"}),(0,s.jsx)(e.td,{children:"Manuel Pereira"}),(0,s.jsx)(e.td,{children:"5\xaa Ave. Los Palos Grandes"}),(0,s.jsx)(e.td,{children:"Caracas"}),(0,s.jsx)(e.td,{children:"1081"}),(0,s.jsx)(e.td,{children:"Venezuel"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"34"}),(0,s.jsx)(e.td,{children:"Hanari Carnes"}),(0,s.jsx)(e.td,{children:"Mario Pontes"}),(0,s.jsx)(e.td,{children:"Rua do Pa\xe7o, 67"}),(0,s.jsx)(e.td,{children:"Rio de Janeiro"}),(0,s.jsx)(e.td,{children:"05454-876"}),(0,s.jsx)(e.td,{children:"Brazil"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"35"}),(0,s.jsx)(e.td,{children:"HILARI\xd3N-Abastos"}),(0,s.jsx)(e.td,{children:"Carlos Hern\xe1ndez"}),(0,s.jsx)(e.td,{children:"Carrera 22 con Ave. Carlos Soublette #8-35"}),(0,s.jsx)(e.td,{children:"San Crist\xf3bal"}),(0,s.jsx)(e.td,{children:"5022"}),(0,s.jsx)(e.td,{children:"Venezuel"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"36"}),(0,s.jsx)(e.td,{children:"Hungry Coyote Import Store"}),(0,s.jsx)(e.td,{children:"Yoshi Latimer"}),(0,s.jsx)(e.td,{children:"City Center Plaza 516 Main St."}),(0,s.jsx)(e.td,{children:"Elgin"}),(0,s.jsx)(e.td,{children:"97827"}),(0,s.jsx)(e.td,{children:"USA"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"37"}),(0,s.jsx)(e.td,{children:"Hungry Owl All-Night Grocers"}),(0,s.jsx)(e.td,{children:"Patricia McKenna"}),(0,s.jsx)(e.td,{children:"8 Johnstown Road"}),(0,s.jsx)(e.td,{children:"Cork"}),(0,s.jsx)(e.td,{children:"0"}),(0,s.jsx)(e.td,{children:"Ireland"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"38"}),(0,s.jsx)(e.td,{children:"Island Trading"}),(0,s.jsx)(e.td,{children:"Helen Bennett"}),(0,s.jsx)(e.td,{children:"Garden House Crowther Way"}),(0,s.jsx)(e.td,{children:"Cowes"}),(0,s.jsx)(e.td,{children:"PO31 7PJ"}),(0,s.jsx)(e.td,{children:"UK"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"39"}),(0,s.jsx)(e.td,{children:"K\xf6niglich Essen"}),(0,s.jsx)(e.td,{children:"Philip Cramer"}),(0,s.jsx)(e.td,{children:"Maubelstr. 90"}),(0,s.jsx)(e.td,{children:"Brandenburg"}),(0,s.jsx)(e.td,{children:"14776"}),(0,s.jsx)(e.td,{children:"Germany"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"40"}),(0,s.jsx)(e.td,{children:"La corne d'abondance"}),(0,s.jsx)(e.td,{children:"Daniel Tonini"}),(0,s.jsx)(e.td,{children:"67, avenue de l'Europe"}),(0,s.jsx)(e.td,{children:"Versailles"}),(0,s.jsx)(e.td,{children:"78000"}),(0,s.jsx)(e.td,{children:"France"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"41"}),(0,s.jsx)(e.td,{children:"La maison d'Asie"}),(0,s.jsx)(e.td,{children:"Annette Roulet"}),(0,s.jsx)(e.td,{children:"1 rue Alsace-Lorraine"}),(0,s.jsx)(e.td,{children:"Toulouse"}),(0,s.jsx)(e.td,{children:"31000"}),(0,s.jsx)(e.td,{children:"France"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"42"}),(0,s.jsx)(e.td,{children:"Laughing Bacchus Wine Cellars"}),(0,s.jsx)(e.td,{children:"Yoshi Tannamuri"}),(0,s.jsx)(e.td,{children:"1900 Oak St."}),(0,s.jsx)(e.td,{children:"Vancouver"}),(0,s.jsx)(e.td,{children:"V3F 2K1"}),(0,s.jsx)(e.td,{children:"Canada"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"43"}),(0,s.jsx)(e.td,{children:"Lazy K Kountry Store"}),(0,s.jsx)(e.td,{children:"John Steel"}),(0,s.jsx)(e.td,{children:"12 Orchestra Terrace"}),(0,s.jsx)(e.td,{children:"Walla Walla"}),(0,s.jsx)(e.td,{children:"99362"}),(0,s.jsx)(e.td,{children:"USA"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"44"}),(0,s.jsx)(e.td,{children:"Lehmanns Marktstand"}),(0,s.jsx)(e.td,{children:"Renate Messner"}),(0,s.jsx)(e.td,{children:"Magazinweg 7"}),(0,s.jsx)(e.td,{children:"Frankfurt a.M."}),(0,s.jsx)(e.td,{children:"60528"}),(0,s.jsx)(e.td,{children:"Germany"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"45"}),(0,s.jsx)(e.td,{children:"Let's Stop N Shop"}),(0,s.jsx)(e.td,{children:"Jaime Yorres"}),(0,s.jsx)(e.td,{children:"87 Polk St. Suite 5"}),(0,s.jsx)(e.td,{children:"San Francisco"}),(0,s.jsx)(e.td,{children:"94117"}),(0,s.jsx)(e.td,{children:"USA"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"46"}),(0,s.jsx)(e.td,{children:"LILA-Supermercado"}),(0,s.jsx)(e.td,{children:"Carlos Gonz\xe1lez"}),(0,s.jsx)(e.td,{children:"Carrera 52 con Ave. Bol\xedvar #65-98 Llano Largo"}),(0,s.jsx)(e.td,{children:"Barquisimeto"}),(0,s.jsx)(e.td,{children:"3508"}),(0,s.jsx)(e.td,{children:"Venezuel"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"47"}),(0,s.jsx)(e.td,{children:"LINO-Delicateses"}),(0,s.jsx)(e.td,{children:"Felipe Izquierdo"}),(0,s.jsx)(e.td,{children:"Ave. 5 de Mayo Porlamar"}),(0,s.jsx)(e.td,{children:"I. de Margarita"}),(0,s.jsx)(e.td,{children:"4980"}),(0,s.jsx)(e.td,{children:"Venezuel"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"48"}),(0,s.jsx)(e.td,{children:"Lonesome Pine Restaurant"}),(0,s.jsx)(e.td,{children:"Fran Wilson"}),(0,s.jsx)(e.td,{children:"89 Chiaroscuro Rd."}),(0,s.jsx)(e.td,{children:"Portland"}),(0,s.jsx)(e.td,{children:"97219"}),(0,s.jsx)(e.td,{children:"USA"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"49"}),(0,s.jsx)(e.td,{children:"Magazzini Alimentari Riuniti"}),(0,s.jsx)(e.td,{children:"Giovanni Rovelli"}),(0,s.jsx)(e.td,{children:"Via Ludovico il Moro 22"}),(0,s.jsx)(e.td,{children:"Bergamo"}),(0,s.jsx)(e.td,{children:"24100"}),(0,s.jsx)(e.td,{children:"Italy"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"50"}),(0,s.jsx)(e.td,{children:"Maison Dewey"}),(0,s.jsx)(e.td,{children:"Catherine Dewey"}),(0,s.jsx)(e.td,{children:"Rue Joseph-Bens 532"}),(0,s.jsx)(e.td,{children:"Bruxelles"}),(0,s.jsx)(e.td,{children:"B-1180"}),(0,s.jsx)(e.td,{children:"Belgium"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"51"}),(0,s.jsx)(e.td,{children:"M\xe8re Paillarde"}),(0,s.jsx)(e.td,{children:"Jean Fresni\xe8re"}),(0,s.jsx)(e.td,{children:"43 rue St. Laurent"}),(0,s.jsx)(e.td,{children:"Montr\xe9al"}),(0,s.jsx)(e.td,{children:"H1J 1C3"}),(0,s.jsx)(e.td,{children:"Canada"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"52"}),(0,s.jsx)(e.td,{children:"Morgenstern Gesundkost"}),(0,s.jsx)(e.td,{children:"Alexander Feuer"}),(0,s.jsx)(e.td,{children:"Heerstr. 22"}),(0,s.jsx)(e.td,{children:"Leipzig"}),(0,s.jsx)(e.td,{children:"4179"}),(0,s.jsx)(e.td,{children:"Germany"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"53"}),(0,s.jsx)(e.td,{children:"North/South"}),(0,s.jsx)(e.td,{children:"Simon Crowther"}),(0,s.jsx)(e.td,{children:"South House 300 Queensbridge"}),(0,s.jsx)(e.td,{children:"London"}),(0,s.jsx)(e.td,{children:"SW7 1RZ"}),(0,s.jsx)(e.td,{children:"UK"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"54"}),(0,s.jsx)(e.td,{children:"Oc\xe9ano Atl\xe1ntico Ltda."}),(0,s.jsx)(e.td,{children:"Yvonne Moncada"}),(0,s.jsx)(e.td,{children:"Ing. Gustavo Moncada 8585 Piso 20-A"}),(0,s.jsx)(e.td,{children:"Buenos Aires"}),(0,s.jsx)(e.td,{children:"1010"}),(0,s.jsx)(e.td,{children:"Argentin"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"55"}),(0,s.jsx)(e.td,{children:"Old World Delicatessen"}),(0,s.jsx)(e.td,{children:"Rene Phillips"}),(0,s.jsx)(e.td,{children:"2743 Bering St."}),(0,s.jsx)(e.td,{children:"Anchorage"}),(0,s.jsx)(e.td,{children:"99508"}),(0,s.jsx)(e.td,{children:"USA"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"56"}),(0,s.jsx)(e.td,{children:"Ottilies K\xe4seladen"}),(0,s.jsx)(e.td,{children:"Henriette Pfalzheim"}),(0,s.jsx)(e.td,{children:"Mehrheimerstr. 369"}),(0,s.jsx)(e.td,{children:"K\xf6ln"}),(0,s.jsx)(e.td,{children:"50739"}),(0,s.jsx)(e.td,{children:"Germany"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"57"}),(0,s.jsx)(e.td,{children:"Paris sp\xe9cialit\xe9s"}),(0,s.jsx)(e.td,{children:"Marie Bertrand"}),(0,s.jsx)(e.td,{children:"265, boulevard Charonne"}),(0,s.jsx)(e.td,{children:"Paris"}),(0,s.jsx)(e.td,{children:"75012"}),(0,s.jsx)(e.td,{children:"France"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"58"}),(0,s.jsx)(e.td,{children:"Pericles Comidas cl\xe1sicas"}),(0,s.jsx)(e.td,{children:"Guillermo Fern\xe1ndez"}),(0,s.jsx)(e.td,{children:"Calle Dr. Jorge Cash 321"}),(0,s.jsx)(e.td,{children:"M\xe9xico D.F."}),(0,s.jsx)(e.td,{children:"5033"}),(0,s.jsx)(e.td,{children:"Mexico"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"59"}),(0,s.jsx)(e.td,{children:"Piccolo und mehr"}),(0,s.jsx)(e.td,{children:"Georg Pipps"}),(0,s.jsx)(e.td,{children:"Geislweg 14"}),(0,s.jsx)(e.td,{children:"Salzburg"}),(0,s.jsx)(e.td,{children:"5020"}),(0,s.jsx)(e.td,{children:"Austria"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"60"}),(0,s.jsx)(e.td,{children:"Princesa Isabel Vinhoss"}),(0,s.jsx)(e.td,{children:"Isabel de Castro"}),(0,s.jsx)(e.td,{children:"Estrada da sa\xfade n. 58"}),(0,s.jsx)(e.td,{children:"Lisboa"}),(0,s.jsx)(e.td,{children:"1756"}),(0,s.jsx)(e.td,{children:"Portugal"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"61"}),(0,s.jsx)(e.td,{children:"Que Del\xedcia"}),(0,s.jsx)(e.td,{children:"Bernardo Batista"}),(0,s.jsx)(e.td,{children:"Rua da Panificadora, 12"}),(0,s.jsx)(e.td,{children:"Rio de Janeiro"}),(0,s.jsx)(e.td,{children:"02389-673"}),(0,s.jsx)(e.td,{children:"Brazil"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"62"}),(0,s.jsx)(e.td,{children:"Queen Cozinha"}),(0,s.jsx)(e.td,{children:"L\xfacia Carvalho"}),(0,s.jsx)(e.td,{children:"Alameda dos Can\xe0rios, 891"}),(0,s.jsx)(e.td,{children:"S\xe3o Paulo"}),(0,s.jsx)(e.td,{children:"05487-020"}),(0,s.jsx)(e.td,{children:"Brazil"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"63"}),(0,s.jsx)(e.td,{children:"QUICK-Stop"}),(0,s.jsx)(e.td,{children:"Horst Kloss"}),(0,s.jsx)(e.td,{children:"Taucherstra\xdfe 10"}),(0,s.jsx)(e.td,{children:"Cunewalde"}),(0,s.jsx)(e.td,{children:"1307"}),(0,s.jsx)(e.td,{children:"Germany"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"64"}),(0,s.jsx)(e.td,{children:"Rancho grande"}),(0,s.jsx)(e.td,{children:"Sergio Guti\xe9rrez"}),(0,s.jsx)(e.td,{children:"Av. del Libertador 900"}),(0,s.jsx)(e.td,{children:"Buenos Aires"}),(0,s.jsx)(e.td,{children:"1010"}),(0,s.jsx)(e.td,{children:"Argentin"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"65"}),(0,s.jsx)(e.td,{children:"Rattlesnake Canyon Grocery"}),(0,s.jsx)(e.td,{children:"Paula Wilson"}),(0,s.jsx)(e.td,{children:"2817 Milton Dr."}),(0,s.jsx)(e.td,{children:"Albuquerque"}),(0,s.jsx)(e.td,{children:"87110"}),(0,s.jsx)(e.td,{children:"USA"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"66"}),(0,s.jsx)(e.td,{children:"Reggiani Caseifici"}),(0,s.jsx)(e.td,{children:"Maurizio Moroni"}),(0,s.jsx)(e.td,{children:"Strada Provinciale 124"}),(0,s.jsx)(e.td,{children:"Reggio Emilia"}),(0,s.jsx)(e.td,{children:"42100"}),(0,s.jsx)(e.td,{children:"Italy"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"67"}),(0,s.jsx)(e.td,{children:"Ricardo Adocicados"}),(0,s.jsx)(e.td,{children:"Janete Limeira"}),(0,s.jsx)(e.td,{children:"Av. Copacabana, 267"}),(0,s.jsx)(e.td,{children:"Rio de Janeiro"}),(0,s.jsx)(e.td,{children:"02389-890"}),(0,s.jsx)(e.td,{children:"Brazil"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"68"}),(0,s.jsx)(e.td,{children:"Richter Supermarkt"}),(0,s.jsx)(e.td,{children:"Michael Holz"}),(0,s.jsx)(e.td,{children:"Grenzacherweg 237"}),(0,s.jsx)(e.td,{children:"Gen\xe8ve"}),(0,s.jsx)(e.td,{children:"1203"}),(0,s.jsx)(e.td,{children:"Switzerl"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"69"}),(0,s.jsx)(e.td,{children:"Romero y tomillo"}),(0,s.jsx)(e.td,{children:"Alejandra Camino"}),(0,s.jsx)(e.td,{children:"Gran V\xeda, 1"}),(0,s.jsx)(e.td,{children:"Madrid"}),(0,s.jsx)(e.td,{children:"28001"}),(0,s.jsx)(e.td,{children:"Spain"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"70"}),(0,s.jsx)(e.td,{children:"Sant\xe9 Gourmet"}),(0,s.jsx)(e.td,{children:"Jonas Bergulfsen"}),(0,s.jsx)(e.td,{children:"Erling Skakkes gate 78"}),(0,s.jsx)(e.td,{children:"Stavern"}),(0,s.jsx)(e.td,{children:"4110"}),(0,s.jsx)(e.td,{children:"Norway"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"71"}),(0,s.jsx)(e.td,{children:"Save-a-lot Markets"}),(0,s.jsx)(e.td,{children:"Jose Pavarotti"}),(0,s.jsx)(e.td,{children:"187 Suffolk Ln."}),(0,s.jsx)(e.td,{children:"Boise"}),(0,s.jsx)(e.td,{children:"83720"}),(0,s.jsx)(e.td,{children:"USA"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"72"}),(0,s.jsx)(e.td,{children:"Seven Seas Imports"}),(0,s.jsx)(e.td,{children:"Hari Kumar"}),(0,s.jsx)(e.td,{children:"90 Wadhurst Rd."}),(0,s.jsx)(e.td,{children:"London"}),(0,s.jsx)(e.td,{children:"OX15 4NB"}),(0,s.jsx)(e.td,{children:"UK"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"73"}),(0,s.jsx)(e.td,{children:"Simons bistro"}),(0,s.jsx)(e.td,{children:"Jytte Petersen"}),(0,s.jsx)(e.td,{children:"Vinb\xe6ltet 34"}),(0,s.jsx)(e.td,{children:"K\xf8benhavn"}),(0,s.jsx)(e.td,{children:"1734"}),(0,s.jsx)(e.td,{children:"Denmark"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"74"}),(0,s.jsx)(e.td,{children:"Sp\xe9cialit\xe9s du monde"}),(0,s.jsx)(e.td,{children:"Dominique Perrier"}),(0,s.jsx)(e.td,{children:"25, rue Lauriston"}),(0,s.jsx)(e.td,{children:"Paris"}),(0,s.jsx)(e.td,{children:"75016"}),(0,s.jsx)(e.td,{children:"France"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"75"}),(0,s.jsx)(e.td,{children:"Split Rail Beer & Ale"}),(0,s.jsx)(e.td,{children:"Art Braunschweiger"}),(0,s.jsx)(e.td,{children:"P.O. Box 555"}),(0,s.jsx)(e.td,{children:"Lander"}),(0,s.jsx)(e.td,{children:"82520"}),(0,s.jsx)(e.td,{children:"USA"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"76"}),(0,s.jsx)(e.td,{children:"Supr\xeames d\xe9lices"}),(0,s.jsx)(e.td,{children:"Pascale Cartrain"}),(0,s.jsx)(e.td,{children:"Boulevard Tirou, 255"}),(0,s.jsx)(e.td,{children:"Charleroi"}),(0,s.jsx)(e.td,{children:"B-6000"}),(0,s.jsx)(e.td,{children:"Belgium"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"77"}),(0,s.jsx)(e.td,{children:"The Big Cheese"}),(0,s.jsx)(e.td,{children:"Liz Nixon"}),(0,s.jsx)(e.td,{children:"89 Jefferson Way Suite 2"}),(0,s.jsx)(e.td,{children:"Portland"}),(0,s.jsx)(e.td,{children:"97201"}),(0,s.jsx)(e.td,{children:"USA"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"78"}),(0,s.jsx)(e.td,{children:"The Cracker Box"}),(0,s.jsx)(e.td,{children:"Liu Wong"}),(0,s.jsx)(e.td,{children:"55 Grizzly Peak Rd."}),(0,s.jsx)(e.td,{children:"Butte"}),(0,s.jsx)(e.td,{children:"59801"}),(0,s.jsx)(e.td,{children:"USA"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"79"}),(0,s.jsx)(e.td,{children:"Toms Spezialit\xe4ten"}),(0,s.jsx)(e.td,{children:"Karin Josephs"}),(0,s.jsx)(e.td,{children:"Luisenstr. 48"}),(0,s.jsx)(e.td,{children:"M\xfcnster"}),(0,s.jsx)(e.td,{children:"44087"}),(0,s.jsx)(e.td,{children:"Germany"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"80"}),(0,s.jsx)(e.td,{children:"Tortuga Restaurante"}),(0,s.jsx)(e.td,{children:"Miguel Angel Paolino"}),(0,s.jsx)(e.td,{children:"Avda. Azteca 123"}),(0,s.jsx)(e.td,{children:"M\xe9xico D.F."}),(0,s.jsx)(e.td,{children:"5033"}),(0,s.jsx)(e.td,{children:"Mexico"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"81"}),(0,s.jsx)(e.td,{children:"Tradi\xe7\xe3o Hipermercados"}),(0,s.jsx)(e.td,{children:"Anabela Domingues"}),(0,s.jsx)(e.td,{children:"Av. In\xeas de Castro, 414"}),(0,s.jsx)(e.td,{children:"S\xe3o Paulo"}),(0,s.jsx)(e.td,{children:"05634-030"}),(0,s.jsx)(e.td,{children:"Brazil"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"82"}),(0,s.jsx)(e.td,{children:"Trail's Head Gourmet Provisioners"}),(0,s.jsx)(e.td,{children:"Helvetius Nagy"}),(0,s.jsx)(e.td,{children:"722 DaVinci Blvd."}),(0,s.jsx)(e.td,{children:"Kirkland"}),(0,s.jsx)(e.td,{children:"98034"}),(0,s.jsx)(e.td,{children:"USA"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"83"}),(0,s.jsx)(e.td,{children:"Vaffeljernet"}),(0,s.jsx)(e.td,{children:"Palle Ibsen"}),(0,s.jsx)(e.td,{children:"Smagsl\xf8get 45"}),(0,s.jsx)(e.td,{children:"\xc5rhus"}),(0,s.jsx)(e.td,{children:"8200"}),(0,s.jsx)(e.td,{children:"Denmark"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"84"}),(0,s.jsx)(e.td,{children:"Victuailles en stock"}),(0,s.jsx)(e.td,{children:"Mary Saveley"}),(0,s.jsx)(e.td,{children:"2, rue du Commerce"}),(0,s.jsx)(e.td,{children:"Lyon"}),(0,s.jsx)(e.td,{children:"69004"}),(0,s.jsx)(e.td,{children:"France"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"85"}),(0,s.jsx)(e.td,{children:"Vins et alcools Chevalier"}),(0,s.jsx)(e.td,{children:"Paul Henriot"}),(0,s.jsx)(e.td,{children:"59 rue de l'Abbaye"}),(0,s.jsx)(e.td,{children:"Reims"}),(0,s.jsx)(e.td,{children:"51100"}),(0,s.jsx)(e.td,{children:"France"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"86"}),(0,s.jsx)(e.td,{children:"Die Wandernde Kuh"}),(0,s.jsx)(e.td,{children:"Rita M\xfcller"}),(0,s.jsx)(e.td,{children:"Adenauerallee 900"}),(0,s.jsx)(e.td,{children:"Stuttgart"}),(0,s.jsx)(e.td,{children:"70563"}),(0,s.jsx)(e.td,{children:"Germany"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"87"}),(0,s.jsx)(e.td,{children:"Wartian Herkku"}),(0,s.jsx)(e.td,{children:"Pirkko Koskitalo"}),(0,s.jsx)(e.td,{children:"Torikatu 38"}),(0,s.jsx)(e.td,{children:"Oulu"}),(0,s.jsx)(e.td,{children:"90110"}),(0,s.jsx)(e.td,{children:"Finland"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"88"}),(0,s.jsx)(e.td,{children:"Wellington Importadora"}),(0,s.jsx)(e.td,{children:"Paula Parente"}),(0,s.jsx)(e.td,{children:"Rua do Mercado, 12"}),(0,s.jsx)(e.td,{children:"Resende"}),(0,s.jsx)(e.td,{children:"08737-363"}),(0,s.jsx)(e.td,{children:"Brazil"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"89"}),(0,s.jsx)(e.td,{children:"White Clover Markets"}),(0,s.jsx)(e.td,{children:"Karl Jablonski"}),(0,s.jsx)(e.td,{children:"305 - 14th Ave. S. Suite 3B"}),(0,s.jsx)(e.td,{children:"Seattle"}),(0,s.jsx)(e.td,{children:"98128"}),(0,s.jsx)(e.td,{children:"USA"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"90"}),(0,s.jsx)(e.td,{children:"Wilman Kala"}),(0,s.jsx)(e.td,{children:"Matti Karttunen"}),(0,s.jsx)(e.td,{children:"Keskuskatu 45"}),(0,s.jsx)(e.td,{children:"Helsinki"}),(0,s.jsx)(e.td,{children:"21240"}),(0,s.jsx)(e.td,{children:"Finland"})]}),(0,s.jsxs)(e.tr,{children:[(0,s.jsx)(e.td,{children:"91"}),(0,s.jsx)(e.td,{children:"Wolski"}),(0,s.jsx)(e.td,{children:"Zbyszek"}),(0,s.jsx)(e.td,{children:"ul. Filtrowa 68"}),(0,s.jsx)(e.td,{children:"Walla"}),(0,s.jsx)(e.td,{children:"01-012"}),(0,s.jsx)(e.td,{children:"Poland"})]})]})]})]})}function j(d={}){const{wrapper:e}={...(0,i.R)(),...d.components};return e?(0,s.jsx)(e,{...d,children:(0,s.jsx)(x,{...d})}):x(d)}},8453:(d,e,r)=>{r.d(e,{R:()=>t,x:()=>l});var n=r(6540);const s={},i=n.createContext(s);function t(d){const e=n.useContext(i);return n.useMemo((function(){return"function"==typeof d?d(e):{...e,...d}}),[e,d])}function l(d){let e;return e=d.disableParentContext?"function"==typeof d.components?d.components(s):d.components||s:t(d.components),n.createElement(i.Provider,{value:e},d.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/c8ec3168.0f7a63be.js b/docs/docusaurus/build/assets/js/c8ec3168.0f7a63be.js new file mode 100644 index 0000000..a629481 --- /dev/null +++ b/docs/docusaurus/build/assets/js/c8ec3168.0f7a63be.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[388],{2268:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>d,contentTitle:()=>l,default:()=>o,frontMatter:()=>i,metadata:()=>r,toc:()=>a});const r=JSON.parse('{"id":"classes/alter-table","title":"AlterTable","description":"Modifies an existing table by altering its structure.","source":"@site/docs/classes/alter-table.md","sourceDirName":"classes","slug":"/classes/alter-table","permalink":"/awSQL/classes/alter-table","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":9,"frontMatter":{"sidebar_position":9},"sidebar":"defaultSidebar","previous":{"title":"CreateTable","permalink":"/awSQL/classes/create-table"},"next":{"title":"Typedefs","permalink":"/awSQL/category/typedefs"}}');var n=s(4848),c=s(8453);const i={sidebar_position:9},l="AlterTable",d={},a=[{value:"Methods",id:"methods",level:2},{value:"selectDatabase()",id:"selectdatabase",level:3},{value:"structure()",id:"structure",level:3},{value:"execute()",id:"execute",level:3}];function h(e){const t={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",li:"li",p:"p",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",ul:"ul",...(0,c.R)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.header,{children:(0,n.jsx)(t.h1,{id:"altertable",children:"AlterTable"})}),"\n",(0,n.jsx)(t.p,{children:"Modifies an existing table by altering its structure."}),"\n",(0,n.jsx)(t.hr,{}),"\n",(0,n.jsx)(t.h2,{id:"methods",children:"Methods"}),"\n",(0,n.jsx)(t.hr,{}),"\n",(0,n.jsx)(t.h3,{id:"selectdatabase",children:"selectDatabase()"}),"\n",(0,n.jsxs)(t.p,{children:["\u2192 (",(0,n.jsx)(t.code,{children:"database"})," = ",(0,n.jsx)(t.strong,{children:"String"}),") \u2192 ",(0,n.jsx)(t.code,{children:"this"})]}),"\n",(0,n.jsx)(t.p,{children:"Switches to a different database for this query."}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Parameters"})}),"\n",(0,n.jsxs)(t.table,{children:[(0,n.jsx)(t.thead,{children:(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.th,{children:"Parameter"}),(0,n.jsx)(t.th,{children:"Type"}),(0,n.jsx)(t.th,{children:"Description"})]})}),(0,n.jsx)(t.tbody,{children:(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:(0,n.jsx)(t.code,{children:"database"})}),(0,n.jsx)(t.td,{children:(0,n.jsx)(t.strong,{children:"String"})}),(0,n.jsx)(t.td,{children:"The name of the database to select."})]})})]}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Returns"})}),"\n",(0,n.jsxs)(t.p,{children:["\u2192 ",(0,n.jsx)(t.code,{children:"this"})]}),"\n",(0,n.jsx)(t.hr,{}),"\n",(0,n.jsx)(t.h3,{id:"structure",children:"structure()"}),"\n",(0,n.jsxs)(t.p,{children:["\u2192 (",(0,n.jsx)(t.code,{children:"structure"})," = ",(0,n.jsx)(t.a,{href:"./structure",children:"Structure"}),") \u2192 ",(0,n.jsx)(t.code,{children:"this"})]}),"\n",(0,n.jsx)(t.p,{children:"Defines the new table structure."}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Behavrior"})}),"\n",(0,n.jsxs)(t.ul,{children:["\n",(0,n.jsxs)(t.li,{children:[(0,n.jsx)(t.strong,{children:"Drops"})," columns that exist in the current table but not in the new structure."]}),"\n",(0,n.jsxs)(t.li,{children:[(0,n.jsx)(t.strong,{children:"Adds"})," missing columns."]}),"\n",(0,n.jsxs)(t.li,{children:[(0,n.jsx)(t.strong,{children:"Modifies"})," columns where datatypes differ."]}),"\n"]}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Parameters"})}),"\n",(0,n.jsxs)(t.table,{children:[(0,n.jsx)(t.thead,{children:(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.th,{children:"Parameter"}),(0,n.jsx)(t.th,{children:"Type"}),(0,n.jsx)(t.th,{children:"Description"})]})}),(0,n.jsx)(t.tbody,{children:(0,n.jsxs)(t.tr,{children:[(0,n.jsx)(t.td,{children:(0,n.jsx)(t.code,{children:"structure"})}),(0,n.jsx)(t.td,{children:(0,n.jsx)(t.a,{href:"./structure",children:"Structure"})}),(0,n.jsx)(t.td,{children:"The new structure definition."})]})})]}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Returns"})}),"\n",(0,n.jsxs)(t.p,{children:["\u2192 ",(0,n.jsx)(t.code,{children:"this"})]}),"\n",(0,n.jsx)(t.hr,{}),"\n",(0,n.jsx)(t.h3,{id:"execute",children:"execute()"}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.code,{children:"async"})," \u2192 () \u2192 ",(0,n.jsx)(t.a,{href:"./instance#checkstructure",children:"Instance.checkStructure()"})]}),"\n",(0,n.jsx)(t.p,{children:"Executes the prepared table alteration query."}),"\n",(0,n.jsx)(t.admonition,{title:"Important",type:"warning",children:(0,n.jsxs)(t.p,{children:["The ",(0,n.jsx)(t.a,{href:"#structure",children:"structure()"})," method ",(0,n.jsx)(t.strong,{children:"must"})," be called before executing, or the operation may fail."]})}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Returns"})}),"\n",(0,n.jsxs)(t.p,{children:["\u2192 ",(0,n.jsx)(t.a,{href:"./instance#checkstructure",children:"Instance.checkStructure()"})," - Performs a post-execution structure check and returns the result."]}),"\n",(0,n.jsx)(t.hr,{})]})}function o(e={}){const{wrapper:t}={...(0,c.R)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(h,{...e})}):h(e)}},8453:(e,t,s)=>{s.d(t,{R:()=>i,x:()=>l});var r=s(6540);const n={},c=r.createContext(n);function i(e){const t=r.useContext(c);return r.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function l(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:i(e.components),r.createElement(c.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/d7af1896.82e89304.js b/docs/docusaurus/build/assets/js/d7af1896.82e89304.js new file mode 100644 index 0000000..cbc1ad2 --- /dev/null +++ b/docs/docusaurus/build/assets/js/d7af1896.82e89304.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[23],{6986:(e,n,s)=>{s.r(n),s.d(n,{assets:()=>l,contentTitle:()=>c,default:()=>o,frontMatter:()=>d,metadata:()=>i,toc:()=>h});const i=JSON.parse('{"id":"classes/awsql","title":"awSQL","description":"The default exported module that holds and manages all database instances globally.","source":"@site/docs/classes/awsql.md","sourceDirName":"classes","slug":"/classes/awsql","permalink":"/awSQL/classes/awsql","draft":false,"unlisted":false,"tags":[],"version":"current","sidebarPosition":1,"frontMatter":{"sidebar_position":1},"sidebar":"defaultSidebar","previous":{"title":"Classes","permalink":"/awSQL/category/classes"},"next":{"title":"Instance","permalink":"/awSQL/classes/instance"}}');var t=s(4848),r=s(8453);const d={sidebar_position:1},c="awSQL",l={},h=[{value:"Methods",id:"methods",level:2},{value:"createInstance()",id:"createinstance",level:3},{value:"getInstance()",id:"getinstance",level:3},{value:"listInstances()",id:"listinstances",level:3},{value:"deleteInstance()",id:"deleteinstance",level:3}];function a(e){const n={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",li:"li",p:"p",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",ul:"ul",...(0,r.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.header,{children:(0,t.jsx)(n.h1,{id:"awsql",children:"awSQL"})}),"\n",(0,t.jsx)(n.p,{children:"The default exported module that holds and manages all database instances globally."}),"\n",(0,t.jsx)(n.p,{children:"It does not provide any additional functionality beyond managing instances."}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h2,{id:"methods",children:"Methods"}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"createinstance",children:"createInstance()"}),"\n",(0,t.jsxs)(n.p,{children:["\u2192 (",(0,t.jsx)(n.code,{children:"hostname"})," = ",(0,t.jsx)(n.strong,{children:"String"}),", ",(0,t.jsx)(n.code,{children:"username"})," = ",(0,t.jsx)(n.strong,{children:"String"}),", ",(0,t.jsx)(n.code,{children:"password"})," = ",(0,t.jsx)(n.strong,{children:"String"}),", ",(0,t.jsx)(n.code,{children:"options"}),"? = {",(0,t.jsx)(n.code,{children:"charset"}),"?: ",(0,t.jsx)(n.strong,{children:"String"}),", ",(0,t.jsx)(n.code,{children:"defaultDatabase"}),"?: ",(0,t.jsx)(n.strong,{children:"String"}),", ",(0,t.jsx)(n.code,{children:"multipleStatements"}),"?: ",(0,t.jsx)(n.strong,{children:"Boolean"}),", ",(0,t.jsx)(n.code,{children:"insecureAuth"}),"?: ",(0,t.jsx)(n.strong,{children:"Boolean"}),", ",(0,t.jsx)(n.code,{children:"customIdentifier"}),"?: ",(0,t.jsx)(n.strong,{children:"String"}),", ",(0,t.jsx)(n.code,{children:"isDefault"}),"?: ",(0,t.jsx)(n.strong,{children:"Boolean"}),"}) \u2192 ",(0,t.jsx)(n.a,{href:"./instance",children:"Instance"})]}),"\n",(0,t.jsx)(n.p,{children:"Creates a new database connection instance."}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.strong,{children:"Parameters"})}),"\n",(0,t.jsxs)(n.table,{children:[(0,t.jsx)(n.thead,{children:(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.th,{children:"Parameter"}),(0,t.jsx)(n.th,{children:"Type"}),(0,t.jsx)(n.th,{children:"Description"})]})}),(0,t.jsxs)(n.tbody,{children:[(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"hostname"})}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.strong,{children:"String"})}),(0,t.jsx)(n.td,{children:"The database hostname."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"username"})}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.strong,{children:"String"})}),(0,t.jsx)(n.td,{children:"The username for authentication."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"password"})}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.strong,{children:"String"})}),(0,t.jsx)(n.td,{children:"The password for authentication."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsxs)(n.td,{children:[(0,t.jsx)(n.code,{children:"options"})," ",(0,t.jsx)(n.strong,{children:"optional"})]}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.strong,{children:"Object"})}),(0,t.jsx)(n.td,{children:"Additional settings for the instance."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsxs)(n.td,{children:["\u2192 ",(0,t.jsx)(n.code,{children:"options.charset"})," ",(0,t.jsx)(n.strong,{children:"optional"})]}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.strong,{children:"String"})}),(0,t.jsx)(n.td,{children:"The character set to use."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsxs)(n.td,{children:["\u2192 ",(0,t.jsx)(n.code,{children:"options.defaultDatabase"})," ",(0,t.jsx)(n.strong,{children:"optional"})]}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.strong,{children:"String"})}),(0,t.jsx)(n.td,{children:"Default database for queries."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsxs)(n.td,{children:["\u2192 ",(0,t.jsx)(n.code,{children:"options.multipleStatements"})," ",(0,t.jsx)(n.strong,{children:"optional"})]}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.strong,{children:"Boolean"})}),(0,t.jsxs)(n.td,{children:["Allow multiple SQL statements in a single query (default: ",(0,t.jsx)(n.code,{children:"false"}),")."]})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsxs)(n.td,{children:["\u2192 ",(0,t.jsx)(n.code,{children:"options.insecureAuth"})," ",(0,t.jsx)(n.strong,{children:"optional"})]}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.strong,{children:"Boolean"})}),(0,t.jsxs)(n.td,{children:["Enables insecure authentication methods (default: ",(0,t.jsx)(n.code,{children:"false"}),")."]})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsxs)(n.td,{children:["\u2192 ",(0,t.jsx)(n.code,{children:"options.customIdentifier"})," ",(0,t.jsx)(n.strong,{children:"optional"})]}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.strong,{children:"String"})}),(0,t.jsxs)(n.td,{children:["Custom instance identifier. Defaults to ",(0,t.jsx)(n.code,{children:"username@hostname"}),"."]})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsxs)(n.td,{children:["\u2192 ",(0,t.jsx)(n.code,{children:"options.isDefault"})," ",(0,t.jsx)(n.strong,{children:"optional"})]}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.strong,{children:"Boolean"})}),(0,t.jsxs)(n.td,{children:["Marks this instance as the default when no identifier is provided in ",(0,t.jsx)(n.a,{href:"#getinstance",children:"getInstance()"}),"."]})]})]})]}),"\n",(0,t.jsxs)(n.admonition,{title:"Possible errors",type:"warning",children:[(0,t.jsxs)(n.p,{children:["This method ",(0,t.jsx)(n.strong,{children:"may crash"})," if:"]}),(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:[(0,t.jsx)(n.code,{children:"password"})," or ",(0,t.jsx)(n.code,{children:"username"})," is empty."]}),"\n",(0,t.jsxs)(n.li,{children:["An instance with the same ",(0,t.jsx)(n.code,{children:"identifier"})," already exists."]}),"\n"]})]}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(n.p,{children:["\u2192 ",(0,t.jsx)(n.a,{href:"./instance",children:"Instance"})]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"getinstance",children:"getInstance()"}),"\n",(0,t.jsxs)(n.p,{children:["\u2192 (",(0,t.jsx)(n.code,{children:"identifier"}),"? = ",(0,t.jsx)(n.strong,{children:"String"}),") \u2192 ",(0,t.jsx)(n.a,{href:"./instance",children:"Instance"})," / ",(0,t.jsx)(n.strong,{children:"undefined"})]}),"\n",(0,t.jsxs)(n.p,{children:["Retrieves an existing database instance by its ",(0,t.jsx)(n.code,{children:"identifier"}),"."]}),"\n",(0,t.jsx)(n.p,{children:"If no identifier is provided and a default instance exists, it returns the default instance."}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.strong,{children:"Parameters"})}),"\n",(0,t.jsxs)(n.table,{children:[(0,t.jsx)(n.thead,{children:(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.th,{children:"Parameter"}),(0,t.jsx)(n.th,{children:"Type"}),(0,t.jsx)(n.th,{children:"Description"})]})}),(0,t.jsx)(n.tbody,{children:(0,t.jsxs)(n.tr,{children:[(0,t.jsxs)(n.td,{children:[(0,t.jsx)(n.code,{children:"identifier"})," ",(0,t.jsx)(n.strong,{children:"optional"})]}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.strong,{children:"String"})}),(0,t.jsxs)(n.td,{children:["The name of the instance to retrieve. If no explicitly set with ",(0,t.jsx)(n.code,{children:"customIdentifier"}),", instances are identified as ",(0,t.jsx)(n.code,{children:"username@hostname"}),"."]})]})})]}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:[(0,t.jsx)(n.a,{href:"./instance",children:"Instance"})," - if found."]}),"\n",(0,t.jsxs)(n.li,{children:[(0,t.jsx)(n.strong,{children:"undefined"})," - if no instance matches the identifier."]}),"\n"]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"listinstances",children:"listInstances()"}),"\n",(0,t.jsxs)(n.p,{children:["\u2192 () \u2192 ",(0,t.jsx)(n.strong,{children:"Array"}),"<",(0,t.jsx)(n.strong,{children:"String"}),">"]}),"\n",(0,t.jsx)(n.p,{children:"Returns a list of all defined instance identifiers."}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(n.p,{children:["\u2192 ",(0,t.jsx)(n.strong,{children:"Array"}),"<",(0,t.jsx)(n.strong,{children:"String"}),"> - A list of instance identifiers."]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"deleteinstance",children:"deleteInstance()"}),"\n",(0,t.jsxs)(n.p,{children:["\u2192 (",(0,t.jsx)(n.code,{children:"identifier"})," = ",(0,t.jsx)(n.strong,{children:"String"}),") \u2192 ",(0,t.jsx)(n.strong,{children:"true"})]}),"\n",(0,t.jsx)(n.p,{children:"Deletes an existing instance and closes its database connection."}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.strong,{children:"Parameters"})}),"\n",(0,t.jsxs)(n.table,{children:[(0,t.jsx)(n.thead,{children:(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.th,{children:"Parameter"}),(0,t.jsx)(n.th,{children:"Type"}),(0,t.jsx)(n.th,{children:"Description"})]})}),(0,t.jsx)(n.tbody,{children:(0,t.jsxs)(n.tr,{children:[(0,t.jsxs)(n.td,{children:[(0,t.jsx)(n.code,{children:"identifier"})," ",(0,t.jsx)(n.strong,{children:"optional"})]}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.strong,{children:"String"})}),(0,t.jsxs)(n.td,{children:["The identifier of the instance to delete. If ",(0,t.jsx)(n.code,{children:"customIdentifier"})," was not set, use ",(0,t.jsx)(n.code,{children:"username@hostname"}),"."]})]})})]}),"\n",(0,t.jsxs)(n.admonition,{title:"Possible Error",type:"warning",children:[(0,t.jsxs)(n.p,{children:["This method ",(0,t.jsx)(n.strong,{children:"may crash"})," if:"]}),(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:[(0,t.jsx)(n.code,{children:"identifier"})," is empty.","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["To delete the default instance, provide its ",(0,t.jsx)(n.code,{children:"identifier"}),"."]}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:[(0,t.jsx)(n.code,{children:"identifier"})," is not a ",(0,t.jsx)(n.code,{children:"String"}),"."]}),"\n",(0,t.jsxs)(n.li,{children:["No instance with the given ",(0,t.jsx)(n.code,{children:"identifier"})," exists."]}),"\n"]})]}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.strong,{children:"Returns"})}),"\n",(0,t.jsxs)(n.p,{children:["\u2192 ",(0,t.jsx)(n.strong,{children:"true"})," - Awayls returns ",(0,t.jsx)(n.code,{children:"true"}),". Errors will cause an exception instead."]}),"\n",(0,t.jsx)(n.hr,{})]})}function o(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,t.jsx)(n,{...e,children:(0,t.jsx)(a,{...e})}):a(e)}},8453:(e,n,s)=>{s.d(n,{R:()=>d,x:()=>c});var i=s(6540);const t={},r=i.createContext(t);function d(e){const n=i.useContext(r);return i.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function c(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:d(e.components),i.createElement(r.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/da8fdd4d.65480600.js b/docs/docusaurus/build/assets/js/da8fdd4d.65480600.js new file mode 100644 index 0000000..48a6f9d --- /dev/null +++ b/docs/docusaurus/build/assets/js/da8fdd4d.65480600.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[548],{3108:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>c,contentTitle:()=>i,default:()=>h,frontMatter:()=>a,metadata:()=>r,toc:()=>l});const r=JSON.parse('{"id":"example-db/Categories","title":"Table: Categories","description":"| CategoryID | CategoryName | Description |","source":"@site/docs/example-db/Categories.md","sourceDirName":"example-db","slug":"/example-db/Categories","permalink":"/awSQL/example-db/Categories","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Example Database","permalink":"/awSQL/category/example-database"},"next":{"title":"Table: Customers","permalink":"/awSQL/example-db/Customers"}}');var d=s(4848),n=s(8453);const a={},i="Table: Categories",c={},l=[];function o(e){const t={h1:"h1",header:"header",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,n.R)(),...e.components};return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(t.header,{children:(0,d.jsx)(t.h1,{id:"table-categories",children:"Table: Categories"})}),"\n",(0,d.jsxs)(t.table,{children:[(0,d.jsx)(t.thead,{children:(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.th,{children:"CategoryID"}),(0,d.jsx)(t.th,{children:"CategoryName"}),(0,d.jsx)(t.th,{children:"Description"})]})}),(0,d.jsxs)(t.tbody,{children:[(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"1"}),(0,d.jsx)(t.td,{children:"Beverages"}),(0,d.jsx)(t.td,{children:"Soft drinks, coffees, teas, beers, and ales"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"2"}),(0,d.jsx)(t.td,{children:"Condiments"}),(0,d.jsx)(t.td,{children:"Sweet and savory sauces, relishes, spreads, and seasonings"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"3"}),(0,d.jsx)(t.td,{children:"Confections"}),(0,d.jsx)(t.td,{children:"Desserts, candies, and sweet breads"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"4"}),(0,d.jsx)(t.td,{children:"Dairy Products"}),(0,d.jsx)(t.td,{children:"Cheeses"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"5"}),(0,d.jsx)(t.td,{children:"Grains/Cereals"}),(0,d.jsx)(t.td,{children:"Breads, crackers, pasta, and cereal"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"6"}),(0,d.jsx)(t.td,{children:"Meat/Poultry"}),(0,d.jsx)(t.td,{children:"Prepared meats"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"7"}),(0,d.jsx)(t.td,{children:"Produce"}),(0,d.jsx)(t.td,{children:"Dried fruit and bean curd"})]}),(0,d.jsxs)(t.tr,{children:[(0,d.jsx)(t.td,{children:"8"}),(0,d.jsx)(t.td,{children:"Seafood"}),(0,d.jsx)(t.td,{children:"Seaweed and fish"})]})]})]})]})}function h(e={}){const{wrapper:t}={...(0,n.R)(),...e.components};return t?(0,d.jsx)(t,{...e,children:(0,d.jsx)(o,{...e})}):o(e)}},8453:(e,t,s)=>{s.d(t,{R:()=>a,x:()=>i});var r=s(6540);const d={},n=r.createContext(d);function a(e){const t=r.useContext(n);return r.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function i(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(d):e.components||d:a(e.components),r.createElement(n.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/e2f8b94f.e1eb5318.js b/docs/docusaurus/build/assets/js/e2f8b94f.e1eb5318.js new file mode 100644 index 0000000..bee6dd2 --- /dev/null +++ b/docs/docusaurus/build/assets/js/e2f8b94f.e1eb5318.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[269],{6301:e=>{e.exports=JSON.parse('{"version":{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"defaultSidebar":[{"type":"link","label":"Introduction","href":"/awSQL/","docId":"intro","unlisted":false},{"type":"category","label":"Classes","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"awSQL","href":"/awSQL/classes/awsql","docId":"classes/awsql","unlisted":false},{"type":"link","label":"Instance","href":"/awSQL/classes/instance","docId":"classes/instance","unlisted":false},{"type":"link","label":"Select","href":"/awSQL/classes/select","docId":"classes/select","unlisted":false},{"type":"link","label":"Insert","href":"/awSQL/classes/insert","docId":"classes/insert","unlisted":false},{"type":"link","label":"Delete","href":"/awSQL/classes/delete","docId":"classes/delete","unlisted":false},{"type":"link","label":"Update","href":"/awSQL/classes/update","docId":"classes/update","unlisted":false},{"type":"link","label":"Structure","href":"/awSQL/classes/structure","docId":"classes/structure","unlisted":false},{"type":"link","label":"CreateTable","href":"/awSQL/classes/create-table","docId":"classes/create-table","unlisted":false},{"type":"link","label":"AlterTable","href":"/awSQL/classes/alter-table","docId":"classes/alter-table","unlisted":false}],"href":"/awSQL/category/classes"},{"type":"category","label":"Typedefs","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"OkPacket","href":"/awSQL/typedefs/okpacket","docId":"typedefs/okpacket","unlisted":false},{"type":"link","label":"ColumnStructure","href":"/awSQL/typedefs/column-structure","docId":"typedefs/column-structure","unlisted":false},{"type":"link","label":"ConstraintOptions","href":"/awSQL/typedefs/constraint-options","docId":"typedefs/constraint-options","unlisted":false}],"href":"/awSQL/category/typedefs"},{"type":"category","label":"Example Database","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Table: Categories","href":"/awSQL/example-db/Categories","docId":"example-db/Categories","unlisted":false},{"type":"link","label":"Table: Customers","href":"/awSQL/example-db/Customers","docId":"example-db/Customers","unlisted":false},{"type":"link","label":"Table: Employees","href":"/awSQL/example-db/Employees","docId":"example-db/Employees","unlisted":false},{"type":"link","label":"Table: OrderDetails","href":"/awSQL/example-db/OrderDetails","docId":"example-db/OrderDetails","unlisted":false},{"type":"link","label":"Table: Orders","href":"/awSQL/example-db/Orders","docId":"example-db/Orders","unlisted":false},{"type":"link","label":"Table: Products","href":"/awSQL/example-db/Products","docId":"example-db/Products","unlisted":false},{"type":"link","label":"Table: Shippers","href":"/awSQL/example-db/Shippers","docId":"example-db/Shippers","unlisted":false},{"type":"link","label":"Table: Suppliers","href":"/awSQL/example-db/Suppliers","docId":"example-db/Suppliers","unlisted":false}],"href":"/awSQL/category/example-database"}]},"docs":{"classes/alter-table":{"id":"classes/alter-table","title":"AlterTable","description":"Modifies an existing table by altering its structure.","sidebar":"defaultSidebar"},"classes/awsql":{"id":"classes/awsql","title":"awSQL","description":"The default exported module that holds and manages all database instances globally.","sidebar":"defaultSidebar"},"classes/create-table":{"id":"classes/create-table","title":"CreateTable","description":"Creates a new table with a defined structure.","sidebar":"defaultSidebar"},"classes/delete":{"id":"classes/delete","title":"Delete","description":"Performs a query to delete rows from a table.","sidebar":"defaultSidebar"},"classes/insert":{"id":"classes/insert","title":"Insert","description":"Performs a query to insert new data into a table.","sidebar":"defaultSidebar"},"classes/instance":{"id":"classes/instance","title":"Instance","description":"Handles connection data and serves as the gateway for performing queries.","sidebar":"defaultSidebar"},"classes/select":{"id":"classes/select","title":"Select","description":"Performs a query to retrieve data from a table.","sidebar":"defaultSidebar"},"classes/structure":{"id":"classes/structure","title":"Structure","description":"Defines a new table structure for managing columns efficiently.","sidebar":"defaultSidebar"},"classes/update":{"id":"classes/update","title":"Update","description":"Executes a query to update data in a table.","sidebar":"defaultSidebar"},"example-db/Categories":{"id":"example-db/Categories","title":"Table: Categories","description":"| CategoryID | CategoryName | Description |","sidebar":"defaultSidebar"},"example-db/Customers":{"id":"example-db/Customers","title":"Table: Customers","description":"| CustomerID | CustomerName | ContactName | Address | City | PostalCode | Country |","sidebar":"defaultSidebar"},"example-db/Employees":{"id":"example-db/Employees","title":"Table: Employees","description":"| EmployeeID | LastName | FirstName | BirthDate | Photo | Notes |","sidebar":"defaultSidebar"},"example-db/OrderDetails":{"id":"example-db/OrderDetails","title":"Table: OrderDetails","description":"| OrderDetailID | OrderID | ProductID | Quantity |","sidebar":"defaultSidebar"},"example-db/Orders":{"id":"example-db/Orders","title":"Table: Orders","description":"| OrderID | CustomerID | EmployeeID | OrderDate | ShipperID |","sidebar":"defaultSidebar"},"example-db/Products":{"id":"example-db/Products","title":"Table: Products","description":"| ProductID | ProductName | SupplierID | CategoryID | Unit | Price |","sidebar":"defaultSidebar"},"example-db/Shippers":{"id":"example-db/Shippers","title":"Table: Shippers","description":"| ShipperID | ShipperName | Phone |","sidebar":"defaultSidebar"},"example-db/Suppliers":{"id":"example-db/Suppliers","title":"Table: Suppliers","description":"| SupplierID | SupplierName | ContactName | Address | City | PostalCode | Country | Phone |","sidebar":"defaultSidebar"},"intro":{"id":"intro","title":"Introduction","description":"awSQL is a fast and reliable database query tool designed to:","sidebar":"defaultSidebar"},"typedefs/column-structure":{"id":"typedefs/column-structure","title":"ColumnStructure","description":"Type: Object","sidebar":"defaultSidebar"},"typedefs/constraint-options":{"id":"typedefs/constraint-options","title":"ConstraintOptions","description":"Type: Object","sidebar":"defaultSidebar"},"typedefs/okpacket":{"id":"typedefs/okpacket","title":"OkPacket","description":"Object","sidebar":"defaultSidebar"}}}}')}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/e393803f.3a54f688.js b/docs/docusaurus/build/assets/js/e393803f.3a54f688.js new file mode 100644 index 0000000..0635346 --- /dev/null +++ b/docs/docusaurus/build/assets/js/e393803f.3a54f688.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[232],{9486:e=>{e.exports=JSON.parse('{"categoryGeneratedIndex":{"title":"Typedefs","description":"Here you can find all type definitions used by awSQL","slug":"/category/typedefs","permalink":"/awSQL/category/typedefs","sidebar":"defaultSidebar","navigation":{"previous":{"title":"AlterTable","permalink":"/awSQL/classes/alter-table"},"next":{"title":"OkPacket","permalink":"/awSQL/typedefs/okpacket"}}}}')}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/f8062fff.cb8fd7b3.js b/docs/docusaurus/build/assets/js/f8062fff.cb8fd7b3.js new file mode 100644 index 0000000..acde8bd --- /dev/null +++ b/docs/docusaurus/build/assets/js/f8062fff.cb8fd7b3.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[115],{4584:(d,r,s)=>{s.r(r),s.d(r,{assets:()=>c,contentTitle:()=>i,default:()=>j,frontMatter:()=>l,metadata:()=>e,toc:()=>h});const e=JSON.parse('{"id":"example-db/OrderDetails","title":"Table: OrderDetails","description":"| OrderDetailID | OrderID | ProductID | Quantity |","source":"@site/docs/example-db/OrderDetails.md","sourceDirName":"example-db","slug":"/example-db/OrderDetails","permalink":"/awSQL/example-db/OrderDetails","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{},"sidebar":"defaultSidebar","previous":{"title":"Table: Employees","permalink":"/awSQL/example-db/Employees"},"next":{"title":"Table: Orders","permalink":"/awSQL/example-db/Orders"}}');var t=s(4848),n=s(8453);const l={},i="Table: OrderDetails",c={},h=[];function x(d){const r={h1:"h1",header:"header",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,n.R)(),...d.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(r.header,{children:(0,t.jsx)(r.h1,{id:"table-orderdetails",children:"Table: OrderDetails"})}),"\n",(0,t.jsxs)(r.table,{children:[(0,t.jsx)(r.thead,{children:(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.th,{children:"OrderDetailID"}),(0,t.jsx)(r.th,{children:"OrderID"}),(0,t.jsx)(r.th,{children:"ProductID"}),(0,t.jsx)(r.th,{children:"Quantity"})]})}),(0,t.jsxs)(r.tbody,{children:[(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"10248"}),(0,t.jsx)(r.td,{children:"11"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"10248"}),(0,t.jsx)(r.td,{children:"42"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"10248"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"10249"}),(0,t.jsx)(r.td,{children:"14"}),(0,t.jsx)(r.td,{children:"9"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"10249"}),(0,t.jsx)(r.td,{children:"51"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"10250"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"10250"}),(0,t.jsx)(r.td,{children:"51"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"10250"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"9"}),(0,t.jsx)(r.td,{children:"10251"}),(0,t.jsx)(r.td,{children:"22"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"10"}),(0,t.jsx)(r.td,{children:"10251"}),(0,t.jsx)(r.td,{children:"57"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"11"}),(0,t.jsx)(r.td,{children:"10251"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"12"}),(0,t.jsx)(r.td,{children:"10252"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"13"}),(0,t.jsx)(r.td,{children:"10252"}),(0,t.jsx)(r.td,{children:"33"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"14"}),(0,t.jsx)(r.td,{children:"10252"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"15"}),(0,t.jsx)(r.td,{children:"10253"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"16"}),(0,t.jsx)(r.td,{children:"10253"}),(0,t.jsx)(r.td,{children:"39"}),(0,t.jsx)(r.td,{children:"42"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"10253"}),(0,t.jsx)(r.td,{children:"49"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"18"}),(0,t.jsx)(r.td,{children:"10254"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"19"}),(0,t.jsx)(r.td,{children:"10254"}),(0,t.jsx)(r.td,{children:"55"}),(0,t.jsx)(r.td,{children:"21"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"10254"}),(0,t.jsx)(r.td,{children:"74"}),(0,t.jsx)(r.td,{children:"21"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"21"}),(0,t.jsx)(r.td,{children:"10255"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"22"}),(0,t.jsx)(r.td,{children:"10255"}),(0,t.jsx)(r.td,{children:"16"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"23"}),(0,t.jsx)(r.td,{children:"10255"}),(0,t.jsx)(r.td,{children:"36"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"10255"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"25"}),(0,t.jsx)(r.td,{children:"10256"}),(0,t.jsx)(r.td,{children:"53"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"26"}),(0,t.jsx)(r.td,{children:"10256"}),(0,t.jsx)(r.td,{children:"77"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"27"}),(0,t.jsx)(r.td,{children:"10257"}),(0,t.jsx)(r.td,{children:"27"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"28"}),(0,t.jsx)(r.td,{children:"10257"}),(0,t.jsx)(r.td,{children:"39"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"29"}),(0,t.jsx)(r.td,{children:"10257"}),(0,t.jsx)(r.td,{children:"77"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"30"}),(0,t.jsx)(r.td,{children:"10258"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"10258"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"65"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"32"}),(0,t.jsx)(r.td,{children:"10258"}),(0,t.jsx)(r.td,{children:"32"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"33"}),(0,t.jsx)(r.td,{children:"10259"}),(0,t.jsx)(r.td,{children:"21"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"34"}),(0,t.jsx)(r.td,{children:"10259"}),(0,t.jsx)(r.td,{children:"37"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"35"}),(0,t.jsx)(r.td,{children:"10260"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"16"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"36"}),(0,t.jsx)(r.td,{children:"10260"}),(0,t.jsx)(r.td,{children:"57"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"37"}),(0,t.jsx)(r.td,{children:"10260"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"38"}),(0,t.jsx)(r.td,{children:"10260"}),(0,t.jsx)(r.td,{children:"70"}),(0,t.jsx)(r.td,{children:"21"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"39"}),(0,t.jsx)(r.td,{children:"10261"}),(0,t.jsx)(r.td,{children:"21"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"40"}),(0,t.jsx)(r.td,{children:"10261"}),(0,t.jsx)(r.td,{children:"35"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"10262"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"42"}),(0,t.jsx)(r.td,{children:"10262"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"43"}),(0,t.jsx)(r.td,{children:"10262"}),(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"44"}),(0,t.jsx)(r.td,{children:"10263"}),(0,t.jsx)(r.td,{children:"16"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"45"}),(0,t.jsx)(r.td,{children:"10263"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"28"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"46"}),(0,t.jsx)(r.td,{children:"10263"}),(0,t.jsx)(r.td,{children:"30"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"47"}),(0,t.jsx)(r.td,{children:"10263"}),(0,t.jsx)(r.td,{children:"74"}),(0,t.jsx)(r.td,{children:"36"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"48"}),(0,t.jsx)(r.td,{children:"10264"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"49"}),(0,t.jsx)(r.td,{children:"10264"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"50"}),(0,t.jsx)(r.td,{children:"10265"}),(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"51"}),(0,t.jsx)(r.td,{children:"10265"}),(0,t.jsx)(r.td,{children:"70"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"52"}),(0,t.jsx)(r.td,{children:"10266"}),(0,t.jsx)(r.td,{children:"12"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"53"}),(0,t.jsx)(r.td,{children:"10267"}),(0,t.jsx)(r.td,{children:"40"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"10267"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"70"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"55"}),(0,t.jsx)(r.td,{children:"10267"}),(0,t.jsx)(r.td,{children:"76"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"10268"}),(0,t.jsx)(r.td,{children:"29"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"57"}),(0,t.jsx)(r.td,{children:"10268"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"4"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"58"}),(0,t.jsx)(r.td,{children:"10269"}),(0,t.jsx)(r.td,{children:"33"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"10269"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"10270"}),(0,t.jsx)(r.td,{children:"36"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"61"}),(0,t.jsx)(r.td,{children:"10270"}),(0,t.jsx)(r.td,{children:"43"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"10271"}),(0,t.jsx)(r.td,{children:"33"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"10272"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"64"}),(0,t.jsx)(r.td,{children:"10272"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"10272"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"66"}),(0,t.jsx)(r.td,{children:"10273"}),(0,t.jsx)(r.td,{children:"10"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"67"}),(0,t.jsx)(r.td,{children:"10273"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"10273"}),(0,t.jsx)(r.td,{children:"33"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"10273"}),(0,t.jsx)(r.td,{children:"40"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"70"}),(0,t.jsx)(r.td,{children:"10273"}),(0,t.jsx)(r.td,{children:"76"}),(0,t.jsx)(r.td,{children:"33"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"10274"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"10274"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"7"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"73"}),(0,t.jsx)(r.td,{children:"10275"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"74"}),(0,t.jsx)(r.td,{children:"10275"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"10276"}),(0,t.jsx)(r.td,{children:"10"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"76"}),(0,t.jsx)(r.td,{children:"10276"}),(0,t.jsx)(r.td,{children:"13"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"77"}),(0,t.jsx)(r.td,{children:"10277"}),(0,t.jsx)(r.td,{children:"28"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"78"}),(0,t.jsx)(r.td,{children:"10277"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"79"}),(0,t.jsx)(r.td,{children:"10278"}),(0,t.jsx)(r.td,{children:"44"}),(0,t.jsx)(r.td,{children:"16"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"80"}),(0,t.jsx)(r.td,{children:"10278"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"81"}),(0,t.jsx)(r.td,{children:"10278"}),(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"8"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"82"}),(0,t.jsx)(r.td,{children:"10278"}),(0,t.jsx)(r.td,{children:"73"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"83"}),(0,t.jsx)(r.td,{children:"10279"}),(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"84"}),(0,t.jsx)(r.td,{children:"10280"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"85"}),(0,t.jsx)(r.td,{children:"10280"}),(0,t.jsx)(r.td,{children:"55"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"86"}),(0,t.jsx)(r.td,{children:"10280"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"87"}),(0,t.jsx)(r.td,{children:"10281"}),(0,t.jsx)(r.td,{children:"19"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"88"}),(0,t.jsx)(r.td,{children:"10281"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"89"}),(0,t.jsx)(r.td,{children:"10281"}),(0,t.jsx)(r.td,{children:"35"}),(0,t.jsx)(r.td,{children:"4"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"90"}),(0,t.jsx)(r.td,{children:"10282"}),(0,t.jsx)(r.td,{children:"30"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"91"}),(0,t.jsx)(r.td,{children:"10282"}),(0,t.jsx)(r.td,{children:"57"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"92"}),(0,t.jsx)(r.td,{children:"10283"}),(0,t.jsx)(r.td,{children:"15"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"93"}),(0,t.jsx)(r.td,{children:"10283"}),(0,t.jsx)(r.td,{children:"19"}),(0,t.jsx)(r.td,{children:"18"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"94"}),(0,t.jsx)(r.td,{children:"10283"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"95"}),(0,t.jsx)(r.td,{children:"10283"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"96"}),(0,t.jsx)(r.td,{children:"10284"}),(0,t.jsx)(r.td,{children:"27"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"97"}),(0,t.jsx)(r.td,{children:"10284"}),(0,t.jsx)(r.td,{children:"44"}),(0,t.jsx)(r.td,{children:"21"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"98"}),(0,t.jsx)(r.td,{children:"10284"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"99"}),(0,t.jsx)(r.td,{children:"10284"}),(0,t.jsx)(r.td,{children:"67"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"100"}),(0,t.jsx)(r.td,{children:"10285"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"45"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"101"}),(0,t.jsx)(r.td,{children:"10285"}),(0,t.jsx)(r.td,{children:"40"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"102"}),(0,t.jsx)(r.td,{children:"10285"}),(0,t.jsx)(r.td,{children:"53"}),(0,t.jsx)(r.td,{children:"36"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"103"}),(0,t.jsx)(r.td,{children:"10286"}),(0,t.jsx)(r.td,{children:"35"}),(0,t.jsx)(r.td,{children:"100"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"104"}),(0,t.jsx)(r.td,{children:"10286"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"105"}),(0,t.jsx)(r.td,{children:"10287"}),(0,t.jsx)(r.td,{children:"16"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"106"}),(0,t.jsx)(r.td,{children:"10287"}),(0,t.jsx)(r.td,{children:"34"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"107"}),(0,t.jsx)(r.td,{children:"10287"}),(0,t.jsx)(r.td,{children:"46"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"108"}),(0,t.jsx)(r.td,{children:"10288"}),(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"109"}),(0,t.jsx)(r.td,{children:"10288"}),(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"110"}),(0,t.jsx)(r.td,{children:"10289"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"111"}),(0,t.jsx)(r.td,{children:"10289"}),(0,t.jsx)(r.td,{children:"64"}),(0,t.jsx)(r.td,{children:"9"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"112"}),(0,t.jsx)(r.td,{children:"10290"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"113"}),(0,t.jsx)(r.td,{children:"10290"}),(0,t.jsx)(r.td,{children:"29"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"114"}),(0,t.jsx)(r.td,{children:"10290"}),(0,t.jsx)(r.td,{children:"49"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"115"}),(0,t.jsx)(r.td,{children:"10290"}),(0,t.jsx)(r.td,{children:"77"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"116"}),(0,t.jsx)(r.td,{children:"10291"}),(0,t.jsx)(r.td,{children:"13"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"117"}),(0,t.jsx)(r.td,{children:"10291"}),(0,t.jsx)(r.td,{children:"44"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"118"}),(0,t.jsx)(r.td,{children:"10291"}),(0,t.jsx)(r.td,{children:"51"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"119"}),(0,t.jsx)(r.td,{children:"10292"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"120"}),(0,t.jsx)(r.td,{children:"10293"}),(0,t.jsx)(r.td,{children:"18"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"121"}),(0,t.jsx)(r.td,{children:"10293"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"122"}),(0,t.jsx)(r.td,{children:"10293"}),(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"123"}),(0,t.jsx)(r.td,{children:"10293"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"124"}),(0,t.jsx)(r.td,{children:"10294"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"18"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"125"}),(0,t.jsx)(r.td,{children:"10294"}),(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"126"}),(0,t.jsx)(r.td,{children:"10294"}),(0,t.jsx)(r.td,{children:"43"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"127"}),(0,t.jsx)(r.td,{children:"10294"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"21"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"128"}),(0,t.jsx)(r.td,{children:"10294"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"129"}),(0,t.jsx)(r.td,{children:"10295"}),(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"4"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"130"}),(0,t.jsx)(r.td,{children:"10296"}),(0,t.jsx)(r.td,{children:"11"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"131"}),(0,t.jsx)(r.td,{children:"10296"}),(0,t.jsx)(r.td,{children:"16"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"132"}),(0,t.jsx)(r.td,{children:"10296"}),(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"133"}),(0,t.jsx)(r.td,{children:"10297"}),(0,t.jsx)(r.td,{children:"39"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"134"}),(0,t.jsx)(r.td,{children:"10297"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"135"}),(0,t.jsx)(r.td,{children:"10298"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"136"}),(0,t.jsx)(r.td,{children:"10298"}),(0,t.jsx)(r.td,{children:"36"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"137"}),(0,t.jsx)(r.td,{children:"10298"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"138"}),(0,t.jsx)(r.td,{children:"10298"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"139"}),(0,t.jsx)(r.td,{children:"10299"}),(0,t.jsx)(r.td,{children:"19"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"140"}),(0,t.jsx)(r.td,{children:"10299"}),(0,t.jsx)(r.td,{children:"70"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"141"}),(0,t.jsx)(r.td,{children:"10300"}),(0,t.jsx)(r.td,{children:"66"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"142"}),(0,t.jsx)(r.td,{children:"10300"}),(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"143"}),(0,t.jsx)(r.td,{children:"10301"}),(0,t.jsx)(r.td,{children:"40"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"144"}),(0,t.jsx)(r.td,{children:"10301"}),(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"145"}),(0,t.jsx)(r.td,{children:"10302"}),(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"146"}),(0,t.jsx)(r.td,{children:"10302"}),(0,t.jsx)(r.td,{children:"28"}),(0,t.jsx)(r.td,{children:"28"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"147"}),(0,t.jsx)(r.td,{children:"10302"}),(0,t.jsx)(r.td,{children:"43"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"148"}),(0,t.jsx)(r.td,{children:"10303"}),(0,t.jsx)(r.td,{children:"40"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"149"}),(0,t.jsx)(r.td,{children:"10303"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"150"}),(0,t.jsx)(r.td,{children:"10303"}),(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"151"}),(0,t.jsx)(r.td,{children:"10304"}),(0,t.jsx)(r.td,{children:"49"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"152"}),(0,t.jsx)(r.td,{children:"10304"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"153"}),(0,t.jsx)(r.td,{children:"10304"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"154"}),(0,t.jsx)(r.td,{children:"10305"}),(0,t.jsx)(r.td,{children:"18"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"155"}),(0,t.jsx)(r.td,{children:"10305"}),(0,t.jsx)(r.td,{children:"29"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"156"}),(0,t.jsx)(r.td,{children:"10305"}),(0,t.jsx)(r.td,{children:"39"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"157"}),(0,t.jsx)(r.td,{children:"10306"}),(0,t.jsx)(r.td,{children:"30"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"158"}),(0,t.jsx)(r.td,{children:"10306"}),(0,t.jsx)(r.td,{children:"53"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"159"}),(0,t.jsx)(r.td,{children:"10306"}),(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"160"}),(0,t.jsx)(r.td,{children:"10307"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"161"}),(0,t.jsx)(r.td,{children:"10307"}),(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"162"}),(0,t.jsx)(r.td,{children:"10308"}),(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"1"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"163"}),(0,t.jsx)(r.td,{children:"10308"}),(0,t.jsx)(r.td,{children:"70"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"164"}),(0,t.jsx)(r.td,{children:"10309"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"165"}),(0,t.jsx)(r.td,{children:"10309"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"166"}),(0,t.jsx)(r.td,{children:"10309"}),(0,t.jsx)(r.td,{children:"42"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"167"}),(0,t.jsx)(r.td,{children:"10309"}),(0,t.jsx)(r.td,{children:"43"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"168"}),(0,t.jsx)(r.td,{children:"10309"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"3"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"169"}),(0,t.jsx)(r.td,{children:"10310"}),(0,t.jsx)(r.td,{children:"16"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"170"}),(0,t.jsx)(r.td,{children:"10310"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"171"}),(0,t.jsx)(r.td,{children:"10311"}),(0,t.jsx)(r.td,{children:"42"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"172"}),(0,t.jsx)(r.td,{children:"10311"}),(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"7"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"173"}),(0,t.jsx)(r.td,{children:"10312"}),(0,t.jsx)(r.td,{children:"28"}),(0,t.jsx)(r.td,{children:"4"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"174"}),(0,t.jsx)(r.td,{children:"10312"}),(0,t.jsx)(r.td,{children:"43"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"175"}),(0,t.jsx)(r.td,{children:"10312"}),(0,t.jsx)(r.td,{children:"53"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"176"}),(0,t.jsx)(r.td,{children:"10312"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"177"}),(0,t.jsx)(r.td,{children:"10313"}),(0,t.jsx)(r.td,{children:"36"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"178"}),(0,t.jsx)(r.td,{children:"10314"}),(0,t.jsx)(r.td,{children:"32"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"179"}),(0,t.jsx)(r.td,{children:"10314"}),(0,t.jsx)(r.td,{children:"58"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"180"}),(0,t.jsx)(r.td,{children:"10314"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"181"}),(0,t.jsx)(r.td,{children:"10315"}),(0,t.jsx)(r.td,{children:"34"}),(0,t.jsx)(r.td,{children:"14"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"182"}),(0,t.jsx)(r.td,{children:"10315"}),(0,t.jsx)(r.td,{children:"70"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"183"}),(0,t.jsx)(r.td,{children:"10316"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"184"}),(0,t.jsx)(r.td,{children:"10316"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"70"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"185"}),(0,t.jsx)(r.td,{children:"10317"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"186"}),(0,t.jsx)(r.td,{children:"10318"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"187"}),(0,t.jsx)(r.td,{children:"10318"}),(0,t.jsx)(r.td,{children:"76"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"188"}),(0,t.jsx)(r.td,{children:"10319"}),(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"8"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"189"}),(0,t.jsx)(r.td,{children:"10319"}),(0,t.jsx)(r.td,{children:"28"}),(0,t.jsx)(r.td,{children:"14"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"190"}),(0,t.jsx)(r.td,{children:"10319"}),(0,t.jsx)(r.td,{children:"76"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"191"}),(0,t.jsx)(r.td,{children:"10320"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"192"}),(0,t.jsx)(r.td,{children:"10321"}),(0,t.jsx)(r.td,{children:"35"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"193"}),(0,t.jsx)(r.td,{children:"10322"}),(0,t.jsx)(r.td,{children:"52"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"194"}),(0,t.jsx)(r.td,{children:"10323"}),(0,t.jsx)(r.td,{children:"15"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"195"}),(0,t.jsx)(r.td,{children:"10323"}),(0,t.jsx)(r.td,{children:"25"}),(0,t.jsx)(r.td,{children:"4"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"196"}),(0,t.jsx)(r.td,{children:"10323"}),(0,t.jsx)(r.td,{children:"39"}),(0,t.jsx)(r.td,{children:"4"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"197"}),(0,t.jsx)(r.td,{children:"10324"}),(0,t.jsx)(r.td,{children:"16"}),(0,t.jsx)(r.td,{children:"21"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"198"}),(0,t.jsx)(r.td,{children:"10324"}),(0,t.jsx)(r.td,{children:"35"}),(0,t.jsx)(r.td,{children:"70"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"199"}),(0,t.jsx)(r.td,{children:"10324"}),(0,t.jsx)(r.td,{children:"46"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"200"}),(0,t.jsx)(r.td,{children:"10324"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"201"}),(0,t.jsx)(r.td,{children:"10324"}),(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"80"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"202"}),(0,t.jsx)(r.td,{children:"10325"}),(0,t.jsx)(r.td,{children:"6"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"203"}),(0,t.jsx)(r.td,{children:"10325"}),(0,t.jsx)(r.td,{children:"13"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"204"}),(0,t.jsx)(r.td,{children:"10325"}),(0,t.jsx)(r.td,{children:"14"}),(0,t.jsx)(r.td,{children:"9"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"205"}),(0,t.jsx)(r.td,{children:"10325"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"4"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"206"}),(0,t.jsx)(r.td,{children:"10325"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"207"}),(0,t.jsx)(r.td,{children:"10326"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"208"}),(0,t.jsx)(r.td,{children:"10326"}),(0,t.jsx)(r.td,{children:"57"}),(0,t.jsx)(r.td,{children:"16"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"209"}),(0,t.jsx)(r.td,{children:"10326"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"210"}),(0,t.jsx)(r.td,{children:"10327"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"211"}),(0,t.jsx)(r.td,{children:"10327"}),(0,t.jsx)(r.td,{children:"11"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"212"}),(0,t.jsx)(r.td,{children:"10327"}),(0,t.jsx)(r.td,{children:"30"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"213"}),(0,t.jsx)(r.td,{children:"10327"}),(0,t.jsx)(r.td,{children:"58"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"214"}),(0,t.jsx)(r.td,{children:"10328"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"9"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"215"}),(0,t.jsx)(r.td,{children:"10328"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"216"}),(0,t.jsx)(r.td,{children:"10328"}),(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"217"}),(0,t.jsx)(r.td,{children:"10329"}),(0,t.jsx)(r.td,{children:"19"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"218"}),(0,t.jsx)(r.td,{children:"10329"}),(0,t.jsx)(r.td,{children:"30"}),(0,t.jsx)(r.td,{children:"8"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"219"}),(0,t.jsx)(r.td,{children:"10329"}),(0,t.jsx)(r.td,{children:"38"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"220"}),(0,t.jsx)(r.td,{children:"10329"}),(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"221"}),(0,t.jsx)(r.td,{children:"10330"}),(0,t.jsx)(r.td,{children:"26"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"222"}),(0,t.jsx)(r.td,{children:"10330"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"223"}),(0,t.jsx)(r.td,{children:"10331"}),(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"224"}),(0,t.jsx)(r.td,{children:"10332"}),(0,t.jsx)(r.td,{children:"18"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"225"}),(0,t.jsx)(r.td,{children:"10332"}),(0,t.jsx)(r.td,{children:"42"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"226"}),(0,t.jsx)(r.td,{children:"10332"}),(0,t.jsx)(r.td,{children:"47"}),(0,t.jsx)(r.td,{children:"16"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"227"}),(0,t.jsx)(r.td,{children:"10333"}),(0,t.jsx)(r.td,{children:"14"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"228"}),(0,t.jsx)(r.td,{children:"10333"}),(0,t.jsx)(r.td,{children:"21"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"229"}),(0,t.jsx)(r.td,{children:"10333"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"230"}),(0,t.jsx)(r.td,{children:"10334"}),(0,t.jsx)(r.td,{children:"52"}),(0,t.jsx)(r.td,{children:"8"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"231"}),(0,t.jsx)(r.td,{children:"10334"}),(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"232"}),(0,t.jsx)(r.td,{children:"10335"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"7"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"233"}),(0,t.jsx)(r.td,{children:"10335"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"234"}),(0,t.jsx)(r.td,{children:"10335"}),(0,t.jsx)(r.td,{children:"32"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"235"}),(0,t.jsx)(r.td,{children:"10335"}),(0,t.jsx)(r.td,{children:"51"}),(0,t.jsx)(r.td,{children:"48"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"236"}),(0,t.jsx)(r.td,{children:"10336"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"18"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"237"}),(0,t.jsx)(r.td,{children:"10337"}),(0,t.jsx)(r.td,{children:"23"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"238"}),(0,t.jsx)(r.td,{children:"10337"}),(0,t.jsx)(r.td,{children:"26"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"239"}),(0,t.jsx)(r.td,{children:"10337"}),(0,t.jsx)(r.td,{children:"36"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"240"}),(0,t.jsx)(r.td,{children:"10337"}),(0,t.jsx)(r.td,{children:"37"}),(0,t.jsx)(r.td,{children:"28"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"241"}),(0,t.jsx)(r.td,{children:"10337"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"242"}),(0,t.jsx)(r.td,{children:"10338"}),(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"243"}),(0,t.jsx)(r.td,{children:"10338"}),(0,t.jsx)(r.td,{children:"30"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"244"}),(0,t.jsx)(r.td,{children:"10339"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"245"}),(0,t.jsx)(r.td,{children:"10339"}),(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"70"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"246"}),(0,t.jsx)(r.td,{children:"10339"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"28"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"247"}),(0,t.jsx)(r.td,{children:"10340"}),(0,t.jsx)(r.td,{children:"18"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"248"}),(0,t.jsx)(r.td,{children:"10340"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"249"}),(0,t.jsx)(r.td,{children:"10340"}),(0,t.jsx)(r.td,{children:"43"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"250"}),(0,t.jsx)(r.td,{children:"10341"}),(0,t.jsx)(r.td,{children:"33"}),(0,t.jsx)(r.td,{children:"8"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"251"}),(0,t.jsx)(r.td,{children:"10341"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"9"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"252"}),(0,t.jsx)(r.td,{children:"10342"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"253"}),(0,t.jsx)(r.td,{children:"10342"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"56"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"254"}),(0,t.jsx)(r.td,{children:"10342"}),(0,t.jsx)(r.td,{children:"36"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"255"}),(0,t.jsx)(r.td,{children:"10342"}),(0,t.jsx)(r.td,{children:"55"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"256"}),(0,t.jsx)(r.td,{children:"10343"}),(0,t.jsx)(r.td,{children:"64"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"257"}),(0,t.jsx)(r.td,{children:"10343"}),(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"4"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"258"}),(0,t.jsx)(r.td,{children:"10343"}),(0,t.jsx)(r.td,{children:"76"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"259"}),(0,t.jsx)(r.td,{children:"10344"}),(0,t.jsx)(r.td,{children:"4"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"260"}),(0,t.jsx)(r.td,{children:"10344"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"70"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"261"}),(0,t.jsx)(r.td,{children:"10345"}),(0,t.jsx)(r.td,{children:"8"}),(0,t.jsx)(r.td,{children:"70"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"262"}),(0,t.jsx)(r.td,{children:"10345"}),(0,t.jsx)(r.td,{children:"19"}),(0,t.jsx)(r.td,{children:"80"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"263"}),(0,t.jsx)(r.td,{children:"10345"}),(0,t.jsx)(r.td,{children:"42"}),(0,t.jsx)(r.td,{children:"9"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"264"}),(0,t.jsx)(r.td,{children:"10346"}),(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"36"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"265"}),(0,t.jsx)(r.td,{children:"10346"}),(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"266"}),(0,t.jsx)(r.td,{children:"10347"}),(0,t.jsx)(r.td,{children:"25"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"267"}),(0,t.jsx)(r.td,{children:"10347"}),(0,t.jsx)(r.td,{children:"39"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"268"}),(0,t.jsx)(r.td,{children:"10347"}),(0,t.jsx)(r.td,{children:"40"}),(0,t.jsx)(r.td,{children:"4"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"269"}),(0,t.jsx)(r.td,{children:"10347"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"270"}),(0,t.jsx)(r.td,{children:"10348"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"271"}),(0,t.jsx)(r.td,{children:"10348"}),(0,t.jsx)(r.td,{children:"23"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"272"}),(0,t.jsx)(r.td,{children:"10349"}),(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"273"}),(0,t.jsx)(r.td,{children:"10350"}),(0,t.jsx)(r.td,{children:"50"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"274"}),(0,t.jsx)(r.td,{children:"10350"}),(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"18"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"275"}),(0,t.jsx)(r.td,{children:"10351"}),(0,t.jsx)(r.td,{children:"38"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"276"}),(0,t.jsx)(r.td,{children:"10351"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"13"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"277"}),(0,t.jsx)(r.td,{children:"10351"}),(0,t.jsx)(r.td,{children:"44"}),(0,t.jsx)(r.td,{children:"77"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"278"}),(0,t.jsx)(r.td,{children:"10351"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"279"}),(0,t.jsx)(r.td,{children:"10352"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"280"}),(0,t.jsx)(r.td,{children:"10352"}),(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"281"}),(0,t.jsx)(r.td,{children:"10353"}),(0,t.jsx)(r.td,{children:"11"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"282"}),(0,t.jsx)(r.td,{children:"10353"}),(0,t.jsx)(r.td,{children:"38"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"283"}),(0,t.jsx)(r.td,{children:"10354"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"284"}),(0,t.jsx)(r.td,{children:"10354"}),(0,t.jsx)(r.td,{children:"29"}),(0,t.jsx)(r.td,{children:"4"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"285"}),(0,t.jsx)(r.td,{children:"10355"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"286"}),(0,t.jsx)(r.td,{children:"10355"}),(0,t.jsx)(r.td,{children:"57"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"287"}),(0,t.jsx)(r.td,{children:"10356"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"288"}),(0,t.jsx)(r.td,{children:"10356"}),(0,t.jsx)(r.td,{children:"55"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"289"}),(0,t.jsx)(r.td,{children:"10356"}),(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"290"}),(0,t.jsx)(r.td,{children:"10357"}),(0,t.jsx)(r.td,{children:"10"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"291"}),(0,t.jsx)(r.td,{children:"10357"}),(0,t.jsx)(r.td,{children:"26"}),(0,t.jsx)(r.td,{children:"16"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"292"}),(0,t.jsx)(r.td,{children:"10357"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"8"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"293"}),(0,t.jsx)(r.td,{children:"10358"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"294"}),(0,t.jsx)(r.td,{children:"10358"}),(0,t.jsx)(r.td,{children:"34"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"295"}),(0,t.jsx)(r.td,{children:"10358"}),(0,t.jsx)(r.td,{children:"36"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"296"}),(0,t.jsx)(r.td,{children:"10359"}),(0,t.jsx)(r.td,{children:"16"}),(0,t.jsx)(r.td,{children:"56"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"297"}),(0,t.jsx)(r.td,{children:"10359"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"70"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"298"}),(0,t.jsx)(r.td,{children:"10359"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"80"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"299"}),(0,t.jsx)(r.td,{children:"10360"}),(0,t.jsx)(r.td,{children:"28"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"300"}),(0,t.jsx)(r.td,{children:"10360"}),(0,t.jsx)(r.td,{children:"29"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"301"}),(0,t.jsx)(r.td,{children:"10360"}),(0,t.jsx)(r.td,{children:"38"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"302"}),(0,t.jsx)(r.td,{children:"10360"}),(0,t.jsx)(r.td,{children:"49"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"303"}),(0,t.jsx)(r.td,{children:"10360"}),(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"28"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"304"}),(0,t.jsx)(r.td,{children:"10361"}),(0,t.jsx)(r.td,{children:"39"}),(0,t.jsx)(r.td,{children:"54"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"305"}),(0,t.jsx)(r.td,{children:"10361"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"55"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"306"}),(0,t.jsx)(r.td,{children:"10362"}),(0,t.jsx)(r.td,{children:"25"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"307"}),(0,t.jsx)(r.td,{children:"10362"}),(0,t.jsx)(r.td,{children:"51"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"308"}),(0,t.jsx)(r.td,{children:"10362"}),(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"309"}),(0,t.jsx)(r.td,{children:"10363"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"310"}),(0,t.jsx)(r.td,{children:"10363"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"311"}),(0,t.jsx)(r.td,{children:"10363"}),(0,t.jsx)(r.td,{children:"76"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"312"}),(0,t.jsx)(r.td,{children:"10364"}),(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"313"}),(0,t.jsx)(r.td,{children:"10364"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"314"}),(0,t.jsx)(r.td,{children:"10365"}),(0,t.jsx)(r.td,{children:"11"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"315"}),(0,t.jsx)(r.td,{children:"10366"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"316"}),(0,t.jsx)(r.td,{children:"10366"}),(0,t.jsx)(r.td,{children:"77"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"317"}),(0,t.jsx)(r.td,{children:"10367"}),(0,t.jsx)(r.td,{children:"34"}),(0,t.jsx)(r.td,{children:"36"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"318"}),(0,t.jsx)(r.td,{children:"10367"}),(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"18"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"319"}),(0,t.jsx)(r.td,{children:"10367"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"320"}),(0,t.jsx)(r.td,{children:"10367"}),(0,t.jsx)(r.td,{children:"77"}),(0,t.jsx)(r.td,{children:"7"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"321"}),(0,t.jsx)(r.td,{children:"10368"}),(0,t.jsx)(r.td,{children:"21"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"322"}),(0,t.jsx)(r.td,{children:"10368"}),(0,t.jsx)(r.td,{children:"28"}),(0,t.jsx)(r.td,{children:"13"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"323"}),(0,t.jsx)(r.td,{children:"10368"}),(0,t.jsx)(r.td,{children:"57"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"324"}),(0,t.jsx)(r.td,{children:"10368"}),(0,t.jsx)(r.td,{children:"64"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"325"}),(0,t.jsx)(r.td,{children:"10369"}),(0,t.jsx)(r.td,{children:"29"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"326"}),(0,t.jsx)(r.td,{children:"10369"}),(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"18"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"327"}),(0,t.jsx)(r.td,{children:"10370"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"328"}),(0,t.jsx)(r.td,{children:"10370"}),(0,t.jsx)(r.td,{children:"64"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"329"}),(0,t.jsx)(r.td,{children:"10370"}),(0,t.jsx)(r.td,{children:"74"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"330"}),(0,t.jsx)(r.td,{children:"10371"}),(0,t.jsx)(r.td,{children:"36"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"331"}),(0,t.jsx)(r.td,{children:"10372"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"332"}),(0,t.jsx)(r.td,{children:"10372"}),(0,t.jsx)(r.td,{children:"38"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"333"}),(0,t.jsx)(r.td,{children:"10372"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"70"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"334"}),(0,t.jsx)(r.td,{children:"10372"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"42"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"335"}),(0,t.jsx)(r.td,{children:"10373"}),(0,t.jsx)(r.td,{children:"58"}),(0,t.jsx)(r.td,{children:"80"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"336"}),(0,t.jsx)(r.td,{children:"10373"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"337"}),(0,t.jsx)(r.td,{children:"10374"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"338"}),(0,t.jsx)(r.td,{children:"10374"}),(0,t.jsx)(r.td,{children:"58"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"339"}),(0,t.jsx)(r.td,{children:"10375"}),(0,t.jsx)(r.td,{children:"14"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"340"}),(0,t.jsx)(r.td,{children:"10375"}),(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"341"}),(0,t.jsx)(r.td,{children:"10376"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"42"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"342"}),(0,t.jsx)(r.td,{children:"10377"}),(0,t.jsx)(r.td,{children:"28"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"343"}),(0,t.jsx)(r.td,{children:"10377"}),(0,t.jsx)(r.td,{children:"39"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"344"}),(0,t.jsx)(r.td,{children:"10378"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"345"}),(0,t.jsx)(r.td,{children:"10379"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"8"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"346"}),(0,t.jsx)(r.td,{children:"10379"}),(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"16"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"347"}),(0,t.jsx)(r.td,{children:"10379"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"348"}),(0,t.jsx)(r.td,{children:"10380"}),(0,t.jsx)(r.td,{children:"30"}),(0,t.jsx)(r.td,{children:"18"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"349"}),(0,t.jsx)(r.td,{children:"10380"}),(0,t.jsx)(r.td,{children:"53"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"350"}),(0,t.jsx)(r.td,{children:"10380"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"351"}),(0,t.jsx)(r.td,{children:"10380"}),(0,t.jsx)(r.td,{children:"70"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"352"}),(0,t.jsx)(r.td,{children:"10381"}),(0,t.jsx)(r.td,{children:"74"}),(0,t.jsx)(r.td,{children:"14"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"353"}),(0,t.jsx)(r.td,{children:"10382"}),(0,t.jsx)(r.td,{children:"5"}),(0,t.jsx)(r.td,{children:"32"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"354"}),(0,t.jsx)(r.td,{children:"10382"}),(0,t.jsx)(r.td,{children:"18"}),(0,t.jsx)(r.td,{children:"9"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"355"}),(0,t.jsx)(r.td,{children:"10382"}),(0,t.jsx)(r.td,{children:"29"}),(0,t.jsx)(r.td,{children:"14"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"356"}),(0,t.jsx)(r.td,{children:"10382"}),(0,t.jsx)(r.td,{children:"33"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"357"}),(0,t.jsx)(r.td,{children:"10382"}),(0,t.jsx)(r.td,{children:"74"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"358"}),(0,t.jsx)(r.td,{children:"10383"}),(0,t.jsx)(r.td,{children:"13"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"359"}),(0,t.jsx)(r.td,{children:"10383"}),(0,t.jsx)(r.td,{children:"50"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"360"}),(0,t.jsx)(r.td,{children:"10383"}),(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"361"}),(0,t.jsx)(r.td,{children:"10384"}),(0,t.jsx)(r.td,{children:"20"}),(0,t.jsx)(r.td,{children:"28"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"362"}),(0,t.jsx)(r.td,{children:"10384"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"363"}),(0,t.jsx)(r.td,{children:"10385"}),(0,t.jsx)(r.td,{children:"7"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"364"}),(0,t.jsx)(r.td,{children:"10385"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"365"}),(0,t.jsx)(r.td,{children:"10385"}),(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"8"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"366"}),(0,t.jsx)(r.td,{children:"10386"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"367"}),(0,t.jsx)(r.td,{children:"10386"}),(0,t.jsx)(r.td,{children:"34"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"368"}),(0,t.jsx)(r.td,{children:"10387"}),(0,t.jsx)(r.td,{children:"24"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"369"}),(0,t.jsx)(r.td,{children:"10387"}),(0,t.jsx)(r.td,{children:"28"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"370"}),(0,t.jsx)(r.td,{children:"10387"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"371"}),(0,t.jsx)(r.td,{children:"10387"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"372"}),(0,t.jsx)(r.td,{children:"10388"}),(0,t.jsx)(r.td,{children:"45"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"373"}),(0,t.jsx)(r.td,{children:"10388"}),(0,t.jsx)(r.td,{children:"52"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"374"}),(0,t.jsx)(r.td,{children:"10388"}),(0,t.jsx)(r.td,{children:"53"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"375"}),(0,t.jsx)(r.td,{children:"10389"}),(0,t.jsx)(r.td,{children:"10"}),(0,t.jsx)(r.td,{children:"16"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"376"}),(0,t.jsx)(r.td,{children:"10389"}),(0,t.jsx)(r.td,{children:"55"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"377"}),(0,t.jsx)(r.td,{children:"10389"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"378"}),(0,t.jsx)(r.td,{children:"10389"}),(0,t.jsx)(r.td,{children:"70"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"379"}),(0,t.jsx)(r.td,{children:"10390"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"380"}),(0,t.jsx)(r.td,{children:"10390"}),(0,t.jsx)(r.td,{children:"35"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"381"}),(0,t.jsx)(r.td,{children:"10390"}),(0,t.jsx)(r.td,{children:"46"}),(0,t.jsx)(r.td,{children:"45"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"382"}),(0,t.jsx)(r.td,{children:"10390"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"383"}),(0,t.jsx)(r.td,{children:"10391"}),(0,t.jsx)(r.td,{children:"13"}),(0,t.jsx)(r.td,{children:"18"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"384"}),(0,t.jsx)(r.td,{children:"10392"}),(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"385"}),(0,t.jsx)(r.td,{children:"10393"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"386"}),(0,t.jsx)(r.td,{children:"10393"}),(0,t.jsx)(r.td,{children:"14"}),(0,t.jsx)(r.td,{children:"42"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"387"}),(0,t.jsx)(r.td,{children:"10393"}),(0,t.jsx)(r.td,{children:"25"}),(0,t.jsx)(r.td,{children:"7"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"388"}),(0,t.jsx)(r.td,{children:"10393"}),(0,t.jsx)(r.td,{children:"26"}),(0,t.jsx)(r.td,{children:"70"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"389"}),(0,t.jsx)(r.td,{children:"10393"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"32"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"390"}),(0,t.jsx)(r.td,{children:"10394"}),(0,t.jsx)(r.td,{children:"13"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"391"}),(0,t.jsx)(r.td,{children:"10394"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"392"}),(0,t.jsx)(r.td,{children:"10395"}),(0,t.jsx)(r.td,{children:"46"}),(0,t.jsx)(r.td,{children:"28"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"393"}),(0,t.jsx)(r.td,{children:"10395"}),(0,t.jsx)(r.td,{children:"53"}),(0,t.jsx)(r.td,{children:"70"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"394"}),(0,t.jsx)(r.td,{children:"10395"}),(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"8"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"395"}),(0,t.jsx)(r.td,{children:"10396"}),(0,t.jsx)(r.td,{children:"23"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"396"}),(0,t.jsx)(r.td,{children:"10396"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"397"}),(0,t.jsx)(r.td,{children:"10396"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"21"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"398"}),(0,t.jsx)(r.td,{children:"10397"}),(0,t.jsx)(r.td,{children:"21"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"399"}),(0,t.jsx)(r.td,{children:"10397"}),(0,t.jsx)(r.td,{children:"51"}),(0,t.jsx)(r.td,{children:"18"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"400"}),(0,t.jsx)(r.td,{children:"10398"}),(0,t.jsx)(r.td,{children:"35"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"401"}),(0,t.jsx)(r.td,{children:"10398"}),(0,t.jsx)(r.td,{children:"55"}),(0,t.jsx)(r.td,{children:"120"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"402"}),(0,t.jsx)(r.td,{children:"10399"}),(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"403"}),(0,t.jsx)(r.td,{children:"10399"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"404"}),(0,t.jsx)(r.td,{children:"10399"}),(0,t.jsx)(r.td,{children:"76"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"405"}),(0,t.jsx)(r.td,{children:"10399"}),(0,t.jsx)(r.td,{children:"77"}),(0,t.jsx)(r.td,{children:"14"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"406"}),(0,t.jsx)(r.td,{children:"10400"}),(0,t.jsx)(r.td,{children:"29"}),(0,t.jsx)(r.td,{children:"21"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"407"}),(0,t.jsx)(r.td,{children:"10400"}),(0,t.jsx)(r.td,{children:"35"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"408"}),(0,t.jsx)(r.td,{children:"10400"}),(0,t.jsx)(r.td,{children:"49"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"409"}),(0,t.jsx)(r.td,{children:"10401"}),(0,t.jsx)(r.td,{children:"30"}),(0,t.jsx)(r.td,{children:"18"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"410"}),(0,t.jsx)(r.td,{children:"10401"}),(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"70"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"411"}),(0,t.jsx)(r.td,{children:"10401"}),(0,t.jsx)(r.td,{children:"65"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"412"}),(0,t.jsx)(r.td,{children:"10401"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"413"}),(0,t.jsx)(r.td,{children:"10402"}),(0,t.jsx)(r.td,{children:"23"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"414"}),(0,t.jsx)(r.td,{children:"10402"}),(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"65"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"415"}),(0,t.jsx)(r.td,{children:"10403"}),(0,t.jsx)(r.td,{children:"16"}),(0,t.jsx)(r.td,{children:"21"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"416"}),(0,t.jsx)(r.td,{children:"10403"}),(0,t.jsx)(r.td,{children:"48"}),(0,t.jsx)(r.td,{children:"70"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"417"}),(0,t.jsx)(r.td,{children:"10404"}),(0,t.jsx)(r.td,{children:"26"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"418"}),(0,t.jsx)(r.td,{children:"10404"}),(0,t.jsx)(r.td,{children:"42"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"419"}),(0,t.jsx)(r.td,{children:"10404"}),(0,t.jsx)(r.td,{children:"49"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"420"}),(0,t.jsx)(r.td,{children:"10405"}),(0,t.jsx)(r.td,{children:"3"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"421"}),(0,t.jsx)(r.td,{children:"10406"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"422"}),(0,t.jsx)(r.td,{children:"10406"}),(0,t.jsx)(r.td,{children:"21"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"423"}),(0,t.jsx)(r.td,{children:"10406"}),(0,t.jsx)(r.td,{children:"28"}),(0,t.jsx)(r.td,{children:"42"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"424"}),(0,t.jsx)(r.td,{children:"10406"}),(0,t.jsx)(r.td,{children:"36"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"425"}),(0,t.jsx)(r.td,{children:"10406"}),(0,t.jsx)(r.td,{children:"40"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"426"}),(0,t.jsx)(r.td,{children:"10407"}),(0,t.jsx)(r.td,{children:"11"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"427"}),(0,t.jsx)(r.td,{children:"10407"}),(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"428"}),(0,t.jsx)(r.td,{children:"10407"}),(0,t.jsx)(r.td,{children:"71"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"429"}),(0,t.jsx)(r.td,{children:"10408"}),(0,t.jsx)(r.td,{children:"37"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"430"}),(0,t.jsx)(r.td,{children:"10408"}),(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"431"}),(0,t.jsx)(r.td,{children:"10408"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"432"}),(0,t.jsx)(r.td,{children:"10409"}),(0,t.jsx)(r.td,{children:"14"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"433"}),(0,t.jsx)(r.td,{children:"10409"}),(0,t.jsx)(r.td,{children:"21"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"434"}),(0,t.jsx)(r.td,{children:"10410"}),(0,t.jsx)(r.td,{children:"33"}),(0,t.jsx)(r.td,{children:"49"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"435"}),(0,t.jsx)(r.td,{children:"10410"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"16"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"436"}),(0,t.jsx)(r.td,{children:"10411"}),(0,t.jsx)(r.td,{children:"41"}),(0,t.jsx)(r.td,{children:"25"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"437"}),(0,t.jsx)(r.td,{children:"10411"}),(0,t.jsx)(r.td,{children:"44"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"438"}),(0,t.jsx)(r.td,{children:"10411"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"9"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"439"}),(0,t.jsx)(r.td,{children:"10412"}),(0,t.jsx)(r.td,{children:"14"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"440"}),(0,t.jsx)(r.td,{children:"10413"}),(0,t.jsx)(r.td,{children:"1"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"441"}),(0,t.jsx)(r.td,{children:"10413"}),(0,t.jsx)(r.td,{children:"62"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"442"}),(0,t.jsx)(r.td,{children:"10413"}),(0,t.jsx)(r.td,{children:"76"}),(0,t.jsx)(r.td,{children:"14"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"443"}),(0,t.jsx)(r.td,{children:"10414"}),(0,t.jsx)(r.td,{children:"19"}),(0,t.jsx)(r.td,{children:"18"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"444"}),(0,t.jsx)(r.td,{children:"10414"}),(0,t.jsx)(r.td,{children:"33"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"445"}),(0,t.jsx)(r.td,{children:"10415"}),(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"446"}),(0,t.jsx)(r.td,{children:"10415"}),(0,t.jsx)(r.td,{children:"33"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"447"}),(0,t.jsx)(r.td,{children:"10416"}),(0,t.jsx)(r.td,{children:"19"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"448"}),(0,t.jsx)(r.td,{children:"10416"}),(0,t.jsx)(r.td,{children:"53"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"449"}),(0,t.jsx)(r.td,{children:"10416"}),(0,t.jsx)(r.td,{children:"57"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"450"}),(0,t.jsx)(r.td,{children:"10417"}),(0,t.jsx)(r.td,{children:"38"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"451"}),(0,t.jsx)(r.td,{children:"10417"}),(0,t.jsx)(r.td,{children:"46"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"452"}),(0,t.jsx)(r.td,{children:"10417"}),(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"36"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"453"}),(0,t.jsx)(r.td,{children:"10417"}),(0,t.jsx)(r.td,{children:"77"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"454"}),(0,t.jsx)(r.td,{children:"10418"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"455"}),(0,t.jsx)(r.td,{children:"10418"}),(0,t.jsx)(r.td,{children:"47"}),(0,t.jsx)(r.td,{children:"55"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"456"}),(0,t.jsx)(r.td,{children:"10418"}),(0,t.jsx)(r.td,{children:"61"}),(0,t.jsx)(r.td,{children:"16"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"457"}),(0,t.jsx)(r.td,{children:"10418"}),(0,t.jsx)(r.td,{children:"74"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"458"}),(0,t.jsx)(r.td,{children:"10419"}),(0,t.jsx)(r.td,{children:"60"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"459"}),(0,t.jsx)(r.td,{children:"10419"}),(0,t.jsx)(r.td,{children:"69"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"460"}),(0,t.jsx)(r.td,{children:"10420"}),(0,t.jsx)(r.td,{children:"9"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"461"}),(0,t.jsx)(r.td,{children:"10420"}),(0,t.jsx)(r.td,{children:"13"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"462"}),(0,t.jsx)(r.td,{children:"10420"}),(0,t.jsx)(r.td,{children:"70"}),(0,t.jsx)(r.td,{children:"8"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"463"}),(0,t.jsx)(r.td,{children:"10420"}),(0,t.jsx)(r.td,{children:"73"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"464"}),(0,t.jsx)(r.td,{children:"10421"}),(0,t.jsx)(r.td,{children:"19"}),(0,t.jsx)(r.td,{children:"4"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"465"}),(0,t.jsx)(r.td,{children:"10421"}),(0,t.jsx)(r.td,{children:"26"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"466"}),(0,t.jsx)(r.td,{children:"10421"}),(0,t.jsx)(r.td,{children:"53"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"467"}),(0,t.jsx)(r.td,{children:"10421"}),(0,t.jsx)(r.td,{children:"77"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"468"}),(0,t.jsx)(r.td,{children:"10422"}),(0,t.jsx)(r.td,{children:"26"}),(0,t.jsx)(r.td,{children:"2"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"469"}),(0,t.jsx)(r.td,{children:"10423"}),(0,t.jsx)(r.td,{children:"31"}),(0,t.jsx)(r.td,{children:"14"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"470"}),(0,t.jsx)(r.td,{children:"10423"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"471"}),(0,t.jsx)(r.td,{children:"10424"}),(0,t.jsx)(r.td,{children:"35"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"472"}),(0,t.jsx)(r.td,{children:"10424"}),(0,t.jsx)(r.td,{children:"38"}),(0,t.jsx)(r.td,{children:"49"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"473"}),(0,t.jsx)(r.td,{children:"10424"}),(0,t.jsx)(r.td,{children:"68"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"474"}),(0,t.jsx)(r.td,{children:"10425"}),(0,t.jsx)(r.td,{children:"55"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"475"}),(0,t.jsx)(r.td,{children:"10425"}),(0,t.jsx)(r.td,{children:"76"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"476"}),(0,t.jsx)(r.td,{children:"10426"}),(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"477"}),(0,t.jsx)(r.td,{children:"10426"}),(0,t.jsx)(r.td,{children:"64"}),(0,t.jsx)(r.td,{children:"7"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"478"}),(0,t.jsx)(r.td,{children:"10427"}),(0,t.jsx)(r.td,{children:"14"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"479"}),(0,t.jsx)(r.td,{children:"10428"}),(0,t.jsx)(r.td,{children:"46"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"480"}),(0,t.jsx)(r.td,{children:"10429"}),(0,t.jsx)(r.td,{children:"50"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"481"}),(0,t.jsx)(r.td,{children:"10429"}),(0,t.jsx)(r.td,{children:"63"}),(0,t.jsx)(r.td,{children:"35"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"482"}),(0,t.jsx)(r.td,{children:"10430"}),(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"45"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"483"}),(0,t.jsx)(r.td,{children:"10430"}),(0,t.jsx)(r.td,{children:"21"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"484"}),(0,t.jsx)(r.td,{children:"10430"}),(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"485"}),(0,t.jsx)(r.td,{children:"10430"}),(0,t.jsx)(r.td,{children:"59"}),(0,t.jsx)(r.td,{children:"70"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"486"}),(0,t.jsx)(r.td,{children:"10431"}),(0,t.jsx)(r.td,{children:"17"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"487"}),(0,t.jsx)(r.td,{children:"10431"}),(0,t.jsx)(r.td,{children:"40"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"488"}),(0,t.jsx)(r.td,{children:"10431"}),(0,t.jsx)(r.td,{children:"47"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"489"}),(0,t.jsx)(r.td,{children:"10432"}),(0,t.jsx)(r.td,{children:"26"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"490"}),(0,t.jsx)(r.td,{children:"10432"}),(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"491"}),(0,t.jsx)(r.td,{children:"10433"}),(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"28"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"492"}),(0,t.jsx)(r.td,{children:"10434"}),(0,t.jsx)(r.td,{children:"11"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"493"}),(0,t.jsx)(r.td,{children:"10434"}),(0,t.jsx)(r.td,{children:"76"}),(0,t.jsx)(r.td,{children:"18"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"494"}),(0,t.jsx)(r.td,{children:"10435"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"495"}),(0,t.jsx)(r.td,{children:"10435"}),(0,t.jsx)(r.td,{children:"22"}),(0,t.jsx)(r.td,{children:"12"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"496"}),(0,t.jsx)(r.td,{children:"10435"}),(0,t.jsx)(r.td,{children:"72"}),(0,t.jsx)(r.td,{children:"10"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"497"}),(0,t.jsx)(r.td,{children:"10436"}),(0,t.jsx)(r.td,{children:"46"}),(0,t.jsx)(r.td,{children:"5"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"498"}),(0,t.jsx)(r.td,{children:"10436"}),(0,t.jsx)(r.td,{children:"56"}),(0,t.jsx)(r.td,{children:"40"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"499"}),(0,t.jsx)(r.td,{children:"10436"}),(0,t.jsx)(r.td,{children:"64"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"500"}),(0,t.jsx)(r.td,{children:"10436"}),(0,t.jsx)(r.td,{children:"75"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"501"}),(0,t.jsx)(r.td,{children:"10437"}),(0,t.jsx)(r.td,{children:"53"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"502"}),(0,t.jsx)(r.td,{children:"10438"}),(0,t.jsx)(r.td,{children:"19"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"503"}),(0,t.jsx)(r.td,{children:"10438"}),(0,t.jsx)(r.td,{children:"34"}),(0,t.jsx)(r.td,{children:"20"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"504"}),(0,t.jsx)(r.td,{children:"10438"}),(0,t.jsx)(r.td,{children:"57"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"505"}),(0,t.jsx)(r.td,{children:"10439"}),(0,t.jsx)(r.td,{children:"12"}),(0,t.jsx)(r.td,{children:"15"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"506"}),(0,t.jsx)(r.td,{children:"10439"}),(0,t.jsx)(r.td,{children:"16"}),(0,t.jsx)(r.td,{children:"16"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"507"}),(0,t.jsx)(r.td,{children:"10439"}),(0,t.jsx)(r.td,{children:"64"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"508"}),(0,t.jsx)(r.td,{children:"10439"}),(0,t.jsx)(r.td,{children:"74"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"509"}),(0,t.jsx)(r.td,{children:"10440"}),(0,t.jsx)(r.td,{children:"2"}),(0,t.jsx)(r.td,{children:"45"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"510"}),(0,t.jsx)(r.td,{children:"10440"}),(0,t.jsx)(r.td,{children:"16"}),(0,t.jsx)(r.td,{children:"49"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"511"}),(0,t.jsx)(r.td,{children:"10440"}),(0,t.jsx)(r.td,{children:"29"}),(0,t.jsx)(r.td,{children:"24"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"512"}),(0,t.jsx)(r.td,{children:"10440"}),(0,t.jsx)(r.td,{children:"61"}),(0,t.jsx)(r.td,{children:"90"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"513"}),(0,t.jsx)(r.td,{children:"10441"}),(0,t.jsx)(r.td,{children:"27"}),(0,t.jsx)(r.td,{children:"50"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"514"}),(0,t.jsx)(r.td,{children:"10442"}),(0,t.jsx)(r.td,{children:"11"}),(0,t.jsx)(r.td,{children:"30"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"515"}),(0,t.jsx)(r.td,{children:"10442"}),(0,t.jsx)(r.td,{children:"54"}),(0,t.jsx)(r.td,{children:"80"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"516"}),(0,t.jsx)(r.td,{children:"10442"}),(0,t.jsx)(r.td,{children:"66"}),(0,t.jsx)(r.td,{children:"60"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"517"}),(0,t.jsx)(r.td,{children:"10443"}),(0,t.jsx)(r.td,{children:"11"}),(0,t.jsx)(r.td,{children:"6"})]}),(0,t.jsxs)(r.tr,{children:[(0,t.jsx)(r.td,{children:"518"}),(0,t.jsx)(r.td,{children:"10443"}),(0,t.jsx)(r.td,{children:"28"}),(0,t.jsx)(r.td,{children:"12"})]})]})]})]})}function j(d={}){const{wrapper:r}={...(0,n.R)(),...d.components};return r?(0,t.jsx)(r,{...d,children:(0,t.jsx)(x,{...d})}):x(d)}},8453:(d,r,s)=>{s.d(r,{R:()=>l,x:()=>i});var e=s(6540);const t={},n=e.createContext(t);function l(d){const r=e.useContext(n);return e.useMemo((function(){return"function"==typeof d?d(r):{...r,...d}}),[r,d])}function i(d){let r;return r=d.disableParentContext?"function"==typeof d.components?d.components(t):d.components||t:l(d.components),e.createElement(n.Provider,{value:r},d.children)}}}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/main.761e9406.js b/docs/docusaurus/build/assets/js/main.761e9406.js new file mode 100644 index 0000000..843bd31 --- /dev/null +++ b/docs/docusaurus/build/assets/js/main.761e9406.js @@ -0,0 +1,2 @@ +/*! For license information please see main.761e9406.js.LICENSE.txt */ +(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[792],{99:(e,t,n)=>{"use strict";t.rA=t.Ks=void 0;const r=n(1635);var a=n(2562);Object.defineProperty(t,"Ks",{enumerable:!0,get:function(){return r.__importDefault(a).default}});var o=n(7149);var i=n(2528);Object.defineProperty(t,"rA",{enumerable:!0,get:function(){return i.getErrorCausalChain}})},102:(e,t,n)=>{"use strict";n.d(t,{d1:()=>C,Nr:()=>p,w8:()=>y,$S:()=>m,cC:()=>f,B5:()=>_,Vd:()=>S,QB:()=>E,fW:()=>x,OF:()=>k,Y:()=>v});var r=n(6540),a=n(6347),o=n(2831),i=n(6942),l=n(214);function s(e){return Array.from(new Set(e))}var u=n(6351),c=n(1858),d=n(2306);function f(e){const t=(0,c.r)();if(!e)return;const n=t.docs[e];if(!n)throw new Error(`no version doc found by id=${e}`);return n}function p(e){return"link"!==e.type||e.unlisted?"category"===e.type?function(e){if(e.href&&!e.linkUnlisted)return e.href;for(const t of e.items){const e=p(t);if(e)return e}}(e):void 0:e.href}function m(){const{pathname:e}=(0,a.zy)(),t=(0,d.t)();if(!t)throw new Error("Unexpected: cant find current sidebar in context");const n=w({sidebarItems:t.items,pathname:e,onlyCategories:!0}).slice(-1)[0];if(!n)throw new Error(`${e} is not associated with a category. useCurrentSidebarCategory() should only be used on category index pages.`);return n}const h=(e,t)=>void 0!==e&&(0,l.ys)(e,t),g=(e,t)=>e.some((e=>y(e,t)));function y(e,t){return"link"===e.type?h(e.href,t):"category"===e.type&&(h(e.href,t)||g(e.items,t))}function b(e,t){switch(e.type){case"category":return y(e,t)||void 0!==e.href&&!e.linkUnlisted||e.items.some((e=>b(e,t)));case"link":return!e.unlisted||y(e,t);default:return!0}}function v(e,t){return(0,r.useMemo)((()=>e.filter((e=>b(e,t)))),[e,t])}function w(e){let{sidebarItems:t,pathname:n,onlyCategories:r=!1}=e;const a=[];return function e(t){for(const o of t)if("category"===o.type&&((0,l.ys)(o.href,n)||e(o.items))||"link"===o.type&&(0,l.ys)(o.href,n)){return r&&"category"!==o.type||a.unshift(o),!0}return!1}(t),a}function k(){const e=(0,d.t)(),{pathname:t}=(0,a.zy)(),n=(0,i.vT)()?.pluginData.breadcrumbs;return!1!==n&&e?w({sidebarItems:e.items,pathname:t}):null}function S(e){const{activeVersion:t}=(0,i.zK)(e),{preferredVersion:n}=(0,u.g1)(e),a=(0,i.r7)(e);return(0,r.useMemo)((()=>s([t,n,a].filter(Boolean))),[t,n,a])}function x(e,t){const n=S(t);return(0,r.useMemo)((()=>{const t=n.flatMap((e=>e.sidebars?Object.entries(e.sidebars):[])),r=t.find((t=>t[0]===e));if(!r)throw new Error(`Can't find any sidebar with id "${e}" in version${n.length>1?"s":""} ${n.map((e=>e.name)).join(", ")}".\nAvailable sidebar ids are:\n- ${t.map((e=>e[0])).join("\n- ")}`);return r[1]}),[e,n])}function E(e,t){const n=S(t);return(0,r.useMemo)((()=>{const t=n.flatMap((e=>e.docs)),r=t.find((t=>t.id===e));if(!r){if(n.flatMap((e=>e.draftIds)).includes(e))return null;throw new Error(`Couldn't find any doc with id "${e}" in version${n.length>1?"s":""} "${n.map((e=>e.name)).join(", ")}".\nAvailable doc ids are:\n- ${s(t.map((e=>e.id))).join("\n- ")}`)}return r}),[e,n])}function _(e){let{route:t}=e;const n=(0,a.zy)(),r=(0,c.r)(),i=t.routes,l=i.find((e=>(0,a.B6)(n.pathname,e)));if(!l)return null;const s=l.sidebar,u=s?r.docsSidebars[s]:void 0;return{docElement:(0,o.v)(i),sidebarName:s,sidebarItems:u}}function C(e){return e.filter((e=>!("category"===e.type||"link"===e.type)||!!p(e)))}},115:e=>{var t="undefined"!=typeof Element,n="function"==typeof Map,r="function"==typeof Set,a="function"==typeof ArrayBuffer&&!!ArrayBuffer.isView;function o(e,i){if(e===i)return!0;if(e&&i&&"object"==typeof e&&"object"==typeof i){if(e.constructor!==i.constructor)return!1;var l,s,u,c;if(Array.isArray(e)){if((l=e.length)!=i.length)return!1;for(s=l;0!=s--;)if(!o(e[s],i[s]))return!1;return!0}if(n&&e instanceof Map&&i instanceof Map){if(e.size!==i.size)return!1;for(c=e.entries();!(s=c.next()).done;)if(!i.has(s.value[0]))return!1;for(c=e.entries();!(s=c.next()).done;)if(!o(s.value[1],i.get(s.value[0])))return!1;return!0}if(r&&e instanceof Set&&i instanceof Set){if(e.size!==i.size)return!1;for(c=e.entries();!(s=c.next()).done;)if(!i.has(s.value[0]))return!1;return!0}if(a&&ArrayBuffer.isView(e)&&ArrayBuffer.isView(i)){if((l=e.length)!=i.length)return!1;for(s=l;0!=s--;)if(e[s]!==i[s])return!1;return!0}if(e.constructor===RegExp)return e.source===i.source&&e.flags===i.flags;if(e.valueOf!==Object.prototype.valueOf&&"function"==typeof e.valueOf&&"function"==typeof i.valueOf)return e.valueOf()===i.valueOf();if(e.toString!==Object.prototype.toString&&"function"==typeof e.toString&&"function"==typeof i.toString)return e.toString()===i.toString();if((l=(u=Object.keys(e)).length)!==Object.keys(i).length)return!1;for(s=l;0!=s--;)if(!Object.prototype.hasOwnProperty.call(i,u[s]))return!1;if(t&&e instanceof Element)return!1;for(s=l;0!=s--;)if(("_owner"!==u[s]&&"__v"!==u[s]&&"__o"!==u[s]||!e.$$typeof)&&!o(e[u[s]],i[u[s]]))return!1;return!0}return e!=e&&i!=i}e.exports=function(e,t){try{return o(e,t)}catch(n){if((n.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw n}}},204:(e,t,n)=>{"use strict";n.d(t,{G:()=>r});const r={page:{blogListPage:"blog-list-page",blogPostPage:"blog-post-page",blogTagsListPage:"blog-tags-list-page",blogTagPostListPage:"blog-tags-post-list-page",blogAuthorsListPage:"blog-authors-list-page",blogAuthorsPostsPage:"blog-authors-posts-page",docsDocPage:"docs-doc-page",docsTagsListPage:"docs-tags-list-page",docsTagDocListPage:"docs-tags-doc-list-page",mdxPage:"mdx-page"},wrapper:{main:"main-wrapper",blogPages:"blog-wrapper",docsPages:"docs-wrapper",mdxPages:"mdx-wrapper"},common:{editThisPage:"theme-edit-this-page",lastUpdated:"theme-last-updated",backToTopButton:"theme-back-to-top-button",codeBlock:"theme-code-block",admonition:"theme-admonition",unlistedBanner:"theme-unlisted-banner",draftBanner:"theme-draft-banner",admonitionType:e=>`theme-admonition-${e}`},layout:{},docs:{docVersionBanner:"theme-doc-version-banner",docVersionBadge:"theme-doc-version-badge",docBreadcrumbs:"theme-doc-breadcrumbs",docMarkdown:"theme-doc-markdown",docTocMobile:"theme-doc-toc-mobile",docTocDesktop:"theme-doc-toc-desktop",docFooter:"theme-doc-footer",docFooterTagsRow:"theme-doc-footer-tags-row",docFooterEditMetaRow:"theme-doc-footer-edit-meta-row",docSidebarContainer:"theme-doc-sidebar-container",docSidebarMenu:"theme-doc-sidebar-menu",docSidebarItemCategory:"theme-doc-sidebar-item-category",docSidebarItemLink:"theme-doc-sidebar-item-link",docSidebarItemCategoryLevel:e=>`theme-doc-sidebar-item-category-level-${e}`,docSidebarItemLinkLevel:e=>`theme-doc-sidebar-item-link-level-${e}`},blog:{blogFooterTagsRow:"theme-blog-footer-tags-row",blogFooterEditMetaRow:"theme-blog-footer-edit-meta-row"},pages:{pageFooterEditMetaRow:"theme-pages-footer-edit-meta-row"}}},205:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const r=()=>null},214:(e,t,n)=>{"use strict";n.d(t,{Dt:()=>l,ys:()=>i});var r=n(6540),a=n(8912),o=n(797);function i(e,t){const n=e=>(!e||e.endsWith("/")?e:`${e}/`)?.toLowerCase();return n(e)===n(t)}function l(){const{baseUrl:e}=(0,o.A)().siteConfig;return(0,r.useMemo)((()=>function(e){let{baseUrl:t,routes:n}=e;function r(e){return e.path===t&&!0===e.exact}function a(e){return e.path===t&&!e.exact}return function e(t){if(0===t.length)return;return t.find(r)||e(t.filter(a).flatMap((e=>e.routes??[])))}(n)}({routes:a.A,baseUrl:e})),[e])}},311:e=>{"use strict";e.exports=function(e,t,n,r,a,o,i,l){if(!e){var s;if(void 0===t)s=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,r,a,o,i,l],c=0;(s=new Error(t.replace(/%s/g,(function(){return u[c++]})))).name="Invariant Violation"}throw s.framesToPop=1,s}}},372:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(6540);const a=n(1934).A.canUseDOM?r.useLayoutEffect:r.useEffect},539:(e,t,n)=>{"use strict";n.d(t,{A:()=>u,T:()=>s});var r=n(6540),a=n(4848);function o(e,t){const n=e.split(/(\{\w+\})/).map(((e,n)=>{if(n%2==1){const n=t?.[e.slice(1,-1)];if(void 0!==n)return n}return e}));return n.some((e=>(0,r.isValidElement)(e)))?n.map(((e,t)=>(0,r.isValidElement)(e)?r.cloneElement(e,{key:t}):e)).filter((e=>""!==e)):n.join("")}var i=n(2654);function l(e){let{id:t,message:n}=e;if(void 0===t&&void 0===n)throw new Error("Docusaurus translation declarations must have at least a translation id or a default translation message");return i[t??n]??n??t}function s(e,t){let{message:n,id:r}=e;return o(l({message:n,id:r}),t)}function u(e){let{children:t,id:n,values:r}=e;if(t&&"string"!=typeof t)throw console.warn("Illegal children",t),new Error("The Docusaurus component only accept simple string values");const i=l({message:t,id:n});return(0,a.jsx)(a.Fragment,{children:o(i,r)})}},545:(e,t,n)=>{"use strict";n.d(t,{mg:()=>J,vd:()=>G});var r=n(6540),a=n(5556),o=n.n(a),i=n(115),l=n.n(i),s=n(311),u=n.n(s),c=n(2833),d=n.n(c);function f(){return f=Object.assign||function(e){for(var t=1;t=0||(a[n]=e[n]);return a}var g={BASE:"base",BODY:"body",HEAD:"head",HTML:"html",LINK:"link",META:"meta",NOSCRIPT:"noscript",SCRIPT:"script",STYLE:"style",TITLE:"title",FRAGMENT:"Symbol(react.fragment)"},y={rel:["amphtml","canonical","alternate"]},b={type:["application/ld+json"]},v={charset:"",name:["robots","description"],property:["og:type","og:title","og:url","og:image","og:image:alt","og:description","twitter:url","twitter:title","twitter:description","twitter:image","twitter:image:alt","twitter:card","twitter:site"]},w=Object.keys(g).map((function(e){return g[e]})),k={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},S=Object.keys(k).reduce((function(e,t){return e[k[t]]=t,e}),{}),x=function(e,t){for(var n=e.length-1;n>=0;n-=1){var r=e[n];if(Object.prototype.hasOwnProperty.call(r,t))return r[t]}return null},E=function(e){var t=x(e,g.TITLE),n=x(e,"titleTemplate");if(Array.isArray(t)&&(t=t.join("")),n&&t)return n.replace(/%s/g,(function(){return t}));var r=x(e,"defaultTitle");return t||r||void 0},_=function(e){return x(e,"onChangeClientState")||function(){}},C=function(e,t){return t.filter((function(t){return void 0!==t[e]})).map((function(t){return t[e]})).reduce((function(e,t){return f({},e,t)}),{})},A=function(e,t){return t.filter((function(e){return void 0!==e[g.BASE]})).map((function(e){return e[g.BASE]})).reverse().reduce((function(t,n){if(!t.length)for(var r=Object.keys(n),a=0;a/g,">").replace(/"/g,""").replace(/'/g,"'")},D=function(e){return Object.keys(e).reduce((function(t,n){var r=void 0!==e[n]?n+'="'+e[n]+'"':""+n;return t?t+" "+r:r}),"")},F=function(e,t){return void 0===t&&(t={}),Object.keys(e).reduce((function(t,n){return t[k[n]||n]=e[n],t}),t)},I=function(e,t){return t.map((function(t,n){var a,o=((a={key:n})["data-rh"]=!0,a);return Object.keys(t).forEach((function(e){var n=k[e]||e;"innerHTML"===n||"cssText"===n?o.dangerouslySetInnerHTML={__html:t.innerHTML||t.cssText}:o[n]=t[e]})),r.createElement(e,o)}))},M=function(e,t,n){switch(e){case g.TITLE:return{toComponent:function(){return n=t.titleAttributes,(a={key:e=t.title})["data-rh"]=!0,o=F(n,a),[r.createElement(g.TITLE,o,e)];var e,n,a,o},toString:function(){return function(e,t,n,r){var a=D(n),o=j(t);return a?"<"+e+' data-rh="true" '+a+">"+R(o,r)+"":"<"+e+' data-rh="true">'+R(o,r)+""}(e,t.title,t.titleAttributes,n)}};case"bodyAttributes":case"htmlAttributes":return{toComponent:function(){return F(t)},toString:function(){return D(t)}};default:return{toComponent:function(){return I(e,t)},toString:function(){return function(e,t,n){return t.reduce((function(t,r){var a=Object.keys(r).filter((function(e){return!("innerHTML"===e||"cssText"===e)})).reduce((function(e,t){var a=void 0===r[t]?t:t+'="'+R(r[t],n)+'"';return e?e+" "+a:a}),""),o=r.innerHTML||r.cssText||"",i=-1===N.indexOf(e);return t+"<"+e+' data-rh="true" '+a+(i?"/>":">"+o+"")}),"")}(e,t,n)}}}},z=function(e){var t=e.baseTag,n=e.bodyAttributes,r=e.encode,a=e.htmlAttributes,o=e.noscriptTags,i=e.styleTags,l=e.title,s=void 0===l?"":l,u=e.titleAttributes,c=e.linkTags,d=e.metaTags,f=e.scriptTags,p={toComponent:function(){},toString:function(){return""}};if(e.prioritizeSeoTags){var m=function(e){var t=e.linkTags,n=e.scriptTags,r=e.encode,a=P(e.metaTags,v),o=P(t,y),i=P(n,b);return{priorityMethods:{toComponent:function(){return[].concat(I(g.META,a.priority),I(g.LINK,o.priority),I(g.SCRIPT,i.priority))},toString:function(){return M(g.META,a.priority,r)+" "+M(g.LINK,o.priority,r)+" "+M(g.SCRIPT,i.priority,r)}},metaTags:a.default,linkTags:o.default,scriptTags:i.default}}(e);p=m.priorityMethods,c=m.linkTags,d=m.metaTags,f=m.scriptTags}return{priority:p,base:M(g.BASE,t,r),bodyAttributes:M("bodyAttributes",n,r),htmlAttributes:M("htmlAttributes",a,r),link:M(g.LINK,c,r),meta:M(g.META,d,r),noscript:M(g.NOSCRIPT,o,r),script:M(g.SCRIPT,f,r),style:M(g.STYLE,i,r),title:M(g.TITLE,{title:s,titleAttributes:u},r)}},B=[],$=function(e,t){var n=this;void 0===t&&(t="undefined"!=typeof document),this.instances=[],this.value={setHelmet:function(e){n.context.helmet=e},helmetInstances:{get:function(){return n.canUseDOM?B:n.instances},add:function(e){(n.canUseDOM?B:n.instances).push(e)},remove:function(e){var t=(n.canUseDOM?B:n.instances).indexOf(e);(n.canUseDOM?B:n.instances).splice(t,1)}}},this.context=e,this.canUseDOM=t,t||(e.helmet=z({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))},U=r.createContext({}),q=o().shape({setHelmet:o().func,helmetInstances:o().shape({get:o().func,add:o().func,remove:o().func})}),H="undefined"!=typeof document,G=function(e){function t(n){var r;return(r=e.call(this,n)||this).helmetData=new $(r.props.context,t.canUseDOM),r}return p(t,e),t.prototype.render=function(){return r.createElement(U.Provider,{value:this.helmetData.value},this.props.children)},t}(r.Component);G.canUseDOM=H,G.propTypes={context:o().shape({helmet:o().shape()}),children:o().node.isRequired},G.defaultProps={context:{}},G.displayName="HelmetProvider";var Q=function(e,t){var n,r=document.head||document.querySelector(g.HEAD),a=r.querySelectorAll(e+"[data-rh]"),o=[].slice.call(a),i=[];return t&&t.length&&t.forEach((function(t){var r=document.createElement(e);for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&("innerHTML"===a?r.innerHTML=t.innerHTML:"cssText"===a?r.styleSheet?r.styleSheet.cssText=t.cssText:r.appendChild(document.createTextNode(t.cssText)):r.setAttribute(a,void 0===t[a]?"":t[a]));r.setAttribute("data-rh","true"),o.some((function(e,t){return n=t,r.isEqualNode(e)}))?o.splice(n,1):i.push(r)})),o.forEach((function(e){return e.parentNode.removeChild(e)})),i.forEach((function(e){return r.appendChild(e)})),{oldTags:o,newTags:i}},V=function(e,t){var n=document.getElementsByTagName(e)[0];if(n){for(var r=n.getAttribute("data-rh"),a=r?r.split(","):[],o=[].concat(a),i=Object.keys(t),l=0;l=0;d-=1)n.removeAttribute(o[d]);a.length===o.length?n.removeAttribute("data-rh"):n.getAttribute("data-rh")!==i.join(",")&&n.setAttribute("data-rh",i.join(","))}},W=function(e,t){var n=e.baseTag,r=e.htmlAttributes,a=e.linkTags,o=e.metaTags,i=e.noscriptTags,l=e.onChangeClientState,s=e.scriptTags,u=e.styleTags,c=e.title,d=e.titleAttributes;V(g.BODY,e.bodyAttributes),V(g.HTML,r),function(e,t){void 0!==e&&document.title!==e&&(document.title=j(e)),V(g.TITLE,t)}(c,d);var f={baseTag:Q(g.BASE,n),linkTags:Q(g.LINK,a),metaTags:Q(g.META,o),noscriptTags:Q(g.NOSCRIPT,i),scriptTags:Q(g.SCRIPT,s),styleTags:Q(g.STYLE,u)},p={},m={};Object.keys(f).forEach((function(e){var t=f[e],n=t.newTags,r=t.oldTags;n.length&&(p[e]=n),r.length&&(m[e]=f[e].oldTags)})),t&&t(),l(e,p,m)},K=null,Y=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),a=0;a elements are self-closing and can not contain children. Refer to our API for more information.")}},n.flattenArrayTypeChildren=function(e){var t,n=e.child,r=e.arrayTypeChildren;return f({},r,((t={})[n.type]=[].concat(r[n.type]||[],[f({},e.newChildProps,this.mapNestedChildrenToProps(n,e.nestedChildren))]),t))},n.mapObjectTypeChildren=function(e){var t,n,r=e.child,a=e.newProps,o=e.newChildProps,i=e.nestedChildren;switch(r.type){case g.TITLE:return f({},a,((t={})[r.type]=i,t.titleAttributes=f({},o),t));case g.BODY:return f({},a,{bodyAttributes:f({},o)});case g.HTML:return f({},a,{htmlAttributes:f({},o)});default:return f({},a,((n={})[r.type]=f({},o),n))}},n.mapArrayTypeChildrenToProps=function(e,t){var n=f({},t);return Object.keys(e).forEach((function(t){var r;n=f({},n,((r={})[t]=e[t],r))})),n},n.warnOnInvalidChildren=function(e,t){return u()(w.some((function(t){return e.type===t})),"function"==typeof e.type?"You may be attempting to nest components within each other, which is not allowed. Refer to our API for more information.":"Only elements types "+w.join(", ")+" are allowed. Helmet does not support rendering <"+e.type+"> elements. Refer to our API for more information."),u()(!t||"string"==typeof t||Array.isArray(t)&&!t.some((function(e){return"string"!=typeof e})),"Helmet expects a string as a child of <"+e.type+">. Did you forget to wrap your children in braces? ( <"+e.type+">{``} ) Refer to our API for more information."),!0},n.mapChildrenToProps=function(e,t){var n=this,a={};return r.Children.forEach(e,(function(e){if(e&&e.props){var r=e.props,o=r.children,i=h(r,X),l=Object.keys(i).reduce((function(e,t){return e[S[t]||t]=i[t],e}),{}),s=e.type;switch("symbol"==typeof s?s=s.toString():n.warnOnInvalidChildren(e,o),s){case g.FRAGMENT:t=n.mapChildrenToProps(o,t);break;case g.LINK:case g.META:case g.NOSCRIPT:case g.SCRIPT:case g.STYLE:a=n.flattenArrayTypeChildren({child:e,arrayTypeChildren:a,newChildProps:l,nestedChildren:o});break;default:t=n.mapObjectTypeChildren({child:e,newProps:t,newChildProps:l,nestedChildren:o})}}})),this.mapArrayTypeChildrenToProps(a,t)},n.render=function(){var e=this.props,t=e.children,n=h(e,Z),a=f({},n),o=n.helmetData;return t&&(a=this.mapChildrenToProps(t,a)),!o||o instanceof $||(o=new $(o.context,o.instances)),o?r.createElement(Y,f({},a,{context:o.value,helmetData:void 0})):r.createElement(U.Consumer,null,(function(e){return r.createElement(Y,f({},a,{context:e}))}))},t}(r.Component);J.propTypes={base:o().object,bodyAttributes:o().object,children:o().oneOfType([o().arrayOf(o().node),o().node]),defaultTitle:o().string,defer:o().bool,encodeSpecialCharacters:o().bool,htmlAttributes:o().object,link:o().arrayOf(o().object),meta:o().arrayOf(o().object),noscript:o().arrayOf(o().object),onChangeClientState:o().func,script:o().arrayOf(o().object),style:o().arrayOf(o().object),title:o().string,titleAttributes:o().object,titleTemplate:o().string,prioritizeSeoTags:o().bool,helmetData:o().object},J.defaultProps={defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1},J.displayName="Helmet"},797:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(6540),a=n(6193);function o(){return(0,r.useContext)(a.o)}},961:(e,t,n)=>{"use strict";!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}(),e.exports=n(6221)},1247:(e,t,n)=>{"use strict";var r=n(9982),a=n(6540),o=n(961);function i(e){var t="https://react.dev/errors/"+e;if(1)":-1--a||s[r]!==u[a]){var c="\n"+s[r].replace(" at new "," at ");return e.displayName&&c.includes("")&&(c=c.replace("",e.displayName)),c}}while(1<=r&&0<=a);break}}}finally{N=!1,Error.prepareStackTrace=n}return(n=e?e.displayName||e.name:"")?O(n):""}function D(e){switch(e.tag){case 26:case 27:case 5:return O(e.type);case 16:return O("Lazy");case 13:return O("Suspense");case 19:return O("SuspenseList");case 0:case 15:return e=R(e.type,!1);case 11:return e=R(e.type.render,!1);case 1:return e=R(e.type,!0);default:return""}}function F(e){try{var t="";do{t+=D(e),e=e.return}while(e);return t}catch(n){return"\nError generating stack: "+n.message+"\n"+n.stack}}function I(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{!!(4098&(t=e).flags)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function M(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&(null!==(e=e.alternate)&&(t=e.memoizedState)),null!==t)return t.dehydrated}return null}function z(e){if(I(e)!==e)throw Error(i(188))}function B(e){var t=e.tag;if(5===t||26===t||27===t||6===t)return e;for(e=e.child;null!==e;){if(null!==(t=B(e)))return t;e=e.sibling}return null}var $=Array.isArray,U=o.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,q={pending:!1,data:null,method:null,action:null},H=[],G=-1;function Q(e){return{current:e}}function V(e){0>G||(e.current=H[G],H[G]=null,G--)}function W(e,t){G++,H[G]=e.current,e.current=t}var K=Q(null),Y=Q(null),X=Q(null),Z=Q(null);function J(e,t){switch(W(X,t),W(Y,e),W(K,null),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)&&(t=t.namespaceURI)?Yc(t):0;break;default:if(t=(e=8===e?t.parentNode:t).tagName,e=e.namespaceURI)t=Xc(e=Yc(e),t);else switch(t){case"svg":t=1;break;case"math":t=2;break;default:t=0}}V(K),W(K,t)}function ee(){V(K),V(Y),V(X)}function te(e){null!==e.memoizedState&&W(Z,e);var t=K.current,n=Xc(t,e.type);t!==n&&(W(Y,e),W(K,n))}function ne(e){Y.current===e&&(V(K),V(Y)),Z.current===e&&(V(Z),Fd._currentValue=q)}var re=Object.prototype.hasOwnProperty,ae=r.unstable_scheduleCallback,oe=r.unstable_cancelCallback,ie=r.unstable_shouldYield,le=r.unstable_requestPaint,se=r.unstable_now,ue=r.unstable_getCurrentPriorityLevel,ce=r.unstable_ImmediatePriority,de=r.unstable_UserBlockingPriority,fe=r.unstable_NormalPriority,pe=r.unstable_LowPriority,me=r.unstable_IdlePriority,he=r.log,ge=r.unstable_setDisableYieldValue,ye=null,be=null;function ve(e){if("function"==typeof he&&ge(e),be&&"function"==typeof be.setStrictMode)try{be.setStrictMode(ye,e)}catch(t){}}var we=Math.clz32?Math.clz32:function(e){return 0===(e>>>=0)?32:31-(ke(e)/Se|0)|0},ke=Math.log,Se=Math.LN2;var xe=128,Ee=4194304;function _e(e){var t=42&e;if(0!==t)return t;switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return 4194176&e;case 4194304:case 8388608:case 16777216:case 33554432:return 62914560&e;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return e}}function Ce(e,t){var n=e.pendingLanes;if(0===n)return 0;var r=0,a=e.suspendedLanes,o=e.pingedLanes,i=e.warmLanes;e=0!==e.finishedLanes;var l=134217727&n;return 0!==l?0!==(n=l&~a)?r=_e(n):0!==(o&=l)?r=_e(o):e||0!==(i=l&~i)&&(r=_e(i)):0!==(l=n&~a)?r=_e(l):0!==o?r=_e(o):e||0!==(i=n&~i)&&(r=_e(i)),0===r?0:0!==t&&t!==r&&!(t&a)&&((a=r&-r)>=(i=t&-t)||32===a&&4194176&i)?t:r}function Ae(e,t){return!(e.pendingLanes&~(e.suspendedLanes&~e.pingedLanes)&t)}function Te(e,t){switch(e){case 1:case 2:case 4:case 8:return t+250;case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;default:return-1}}function Le(){var e=xe;return!(4194176&(xe<<=1))&&(xe=128),e}function je(){var e=Ee;return!(62914560&(Ee<<=1))&&(Ee=4194304),e}function Pe(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function Oe(e,t){e.pendingLanes|=t,268435456!==t&&(e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0)}function Ne(e,t,n){e.pendingLanes|=t,e.suspendedLanes&=~t;var r=31-we(t);e.entangledLanes|=t,e.entanglements[r]=1073741824|e.entanglements[r]|4194218&n}function Re(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-we(n),a=1<=Sn),_n=String.fromCharCode(32),Cn=!1;function An(e,t){switch(e){case"keyup":return-1!==wn.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Tn(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var Ln=!1;var jn={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Pn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!jn[e.type]:"textarea"===t}function On(e,t,n,r){Ot?Nt?Nt.push(r):Nt=[r]:Ot=r,0<(t=Fc(t,"onChange")).length&&(n=new Zt("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var Nn=null,Rn=null;function Dn(e){Tc(e,0)}function Fn(e){if(ft(Ke(e)))return e}function In(e,t){if("change"===e)return t}var Mn=!1;if(nt){var zn;if(nt){var Bn="oninput"in document;if(!Bn){var $n=document.createElement("div");$n.setAttribute("oninput","return;"),Bn="function"==typeof $n.oninput}zn=Bn}else zn=!1;Mn=zn&&(!document.documentMode||9=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=Yn(r)}}function Zn(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?Zn(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function Jn(e){for(var t=pt((e=null!=e&&null!=e.ownerDocument&&null!=e.ownerDocument.defaultView?e.ownerDocument.defaultView:window).document);t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(r){n=!1}if(!n)break;t=pt((e=t.contentWindow).document)}return t}function er(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}function tr(e,t){var n=Jn(t);t=e.focusedElem;var r=e.selectionRange;if(n!==t&&t&&t.ownerDocument&&Zn(t.ownerDocument.documentElement,t)){if(null!==r&&er(t))if(e=r.start,void 0===(n=r.end)&&(n=e),"selectionStart"in t)t.selectionStart=e,t.selectionEnd=Math.min(n,t.value.length);else if((n=(e=t.ownerDocument||document)&&e.defaultView||window).getSelection){n=n.getSelection();var a=t.textContent.length,o=Math.min(r.start,a);r=void 0===r.end?o:Math.min(r.end,a),!n.extend&&o>r&&(a=r,r=o,o=a),a=Xn(t,o);var i=Xn(t,r);a&&i&&(1!==n.rangeCount||n.anchorNode!==a.node||n.anchorOffset!==a.offset||n.focusNode!==i.node||n.focusOffset!==i.offset)&&((e=e.createRange()).setStart(a.node,a.offset),n.removeAllRanges(),o>r?(n.addRange(e),n.extend(i.node,i.offset)):(e.setEnd(i.node,i.offset),n.addRange(e)))}for(e=[],n=t;n=n.parentNode;)1===n.nodeType&&e.push({element:n,left:n.scrollLeft,top:n.scrollTop});for("function"==typeof t.focus&&t.focus(),t=0;t=document.documentMode,rr=null,ar=null,or=null,ir=!1;function lr(e,t,n){var r=n.window===n?n.document:9===n.nodeType?n:n.ownerDocument;ir||null==rr||rr!==pt(r)||("selectionStart"in(r=rr)&&er(r)?r={start:r.selectionStart,end:r.selectionEnd}:r={anchorNode:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset},or&&Kn(or,r)||(or=r,0<(r=Fc(ar,"onSelect")).length&&(t=new Zt("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=rr)))}function sr(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var ur={animationend:sr("Animation","AnimationEnd"),animationiteration:sr("Animation","AnimationIteration"),animationstart:sr("Animation","AnimationStart"),transitionrun:sr("Transition","TransitionRun"),transitionstart:sr("Transition","TransitionStart"),transitioncancel:sr("Transition","TransitionCancel"),transitionend:sr("Transition","TransitionEnd")},cr={},dr={};function fr(e){if(cr[e])return cr[e];if(!ur[e])return e;var t,n=ur[e];for(t in n)if(n.hasOwnProperty(t)&&t in dr)return cr[e]=n[t];return e}nt&&(dr=document.createElement("div").style,"AnimationEvent"in window||(delete ur.animationend.animation,delete ur.animationiteration.animation,delete ur.animationstart.animation),"TransitionEvent"in window||delete ur.transitionend.transition);var pr=fr("animationend"),mr=fr("animationiteration"),hr=fr("animationstart"),gr=fr("transitionrun"),yr=fr("transitionstart"),br=fr("transitioncancel"),vr=fr("transitionend"),wr=new Map,kr="abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll scrollEnd toggle touchMove waiting wheel".split(" ");function Sr(e,t){wr.set(e,t),et(t,[e])}var xr=[],Er=0,_r=0;function Cr(){for(var e=Er,t=_r=Er=0;t>=i,a-=i,Ur=1<<32-we(t)+a|n<f?(p=d,d=null):p=d.sibling;var m=y(a,d,l[f],s);if(null===m){null===d&&(d=p);break}e&&d&&null===m.alternate&&t(a,d),i=o(m,i,f),null===c?u=m:c.sibling=m,c=m,d=p}if(f===l.length)return n(a,d),Yr&&Hr(a,f),u;if(null===d){for(;fp?(m=f,f=null):m=f.sibling;var v=y(a,f,g.value,u);if(null===v){null===f&&(f=m);break}e&&f&&null===v.alternate&&t(a,f),l=o(v,l,p),null===d?c=v:d.sibling=v,d=v,f=m}if(g.done)return n(a,f),Yr&&Hr(a,p),c;if(null===f){for(;!g.done;p++,g=s.next())null!==(g=h(a,g.value,u))&&(l=o(g,l,p),null===d?c=g:d.sibling=g,d=g);return Yr&&Hr(a,p),c}for(f=r(f);!g.done;p++,g=s.next())null!==(g=b(f,a,p,g.value,u))&&(e&&null!==g.alternate&&f.delete(null===g.key?p:g.key),l=o(g,l,p),null===d?c=g:d.sibling=g,d=g);return e&&f.forEach((function(e){return t(a,e)})),Yr&&Hr(a,p),c}(s,f,p=w.call(p),m)}if("function"==typeof p.then)return v(s,f,ga(p),m);if(p.$$typeof===g)return v(s,f,Cl(s,p),m);ba(s,p)}return"string"==typeof p&&""!==p||"number"==typeof p||"bigint"==typeof p?(p=""+p,null!==f&&6===f.tag?(n(s,f.sibling),(m=a(f,p)).return=s,s=m):(n(s,f),(m=Us(p,s.mode,m)).return=s,s=m),l(s)):n(s,f)}return function(e,t,n,r){try{ha=0;var a=v(e,t,n,r);return ma=null,a}catch(i){if(i===ia)throw i;var o=Ds(29,i,null,e.mode);return o.lanes=r,o.return=e,o}}}var ka=wa(!0),Sa=wa(!1),xa=Q(null),Ea=Q(0);function _a(e,t){W(Ea,e=uu),W(xa,t),uu=e|t.baseLanes}function Ca(){W(Ea,uu),W(xa,xa.current)}function Aa(){uu=Ea.current,V(xa),V(Ea)}var Ta=Q(null),La=null;function ja(e){var t=e.alternate;W(Ra,1&Ra.current),W(Ta,e),null===La&&(null===t||null!==xa.current||null!==t.memoizedState)&&(La=e)}function Pa(e){if(22===e.tag){if(W(Ra,Ra.current),W(Ta,e),null===La){var t=e.alternate;null!==t&&null!==t.memoizedState&&(La=e)}}else Oa()}function Oa(){W(Ra,Ra.current),W(Ta,Ta.current)}function Na(e){V(Ta),La===e&&(La=null),V(Ra)}var Ra=Q(0);function Da(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(128&t.flags)return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var Fa="undefined"!=typeof AbortController?AbortController:function(){var e=[],t=this.signal={aborted:!1,addEventListener:function(t,n){e.push(n)}};this.abort=function(){t.aborted=!0,e.forEach((function(e){return e()}))}},Ia=r.unstable_scheduleCallback,Ma=r.unstable_NormalPriority,za={$$typeof:g,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function Ba(){return{controller:new Fa,data:new Map,refCount:0}}function $a(e){e.refCount--,0===e.refCount&&Ia(Ma,(function(){e.controller.abort()}))}var Ua=null,qa=0,Ha=0,Ga=null;function Qa(){if(0==--qa&&null!==Ua){null!==Ga&&(Ga.status="fulfilled");var e=Ua;Ua=null,Ha=0,Ga=null;for(var t=0;to?o:8;var i,l,s,u=j.T,c={};j.T=c,ki(e,!1,t,n);try{var d=a(),f=j.S;if(null!==f&&f(c,d),null!==d&&"object"==typeof d&&"function"==typeof d.then)wi(e,t,(i=r,l=[],s={status:"pending",value:null,reason:null,then:function(e){l.push(e)}},d.then((function(){s.status="fulfilled",s.value=i;for(var e=0;e title"))),Qc(o,r,n),o[Me]=e,Xe(o),r=o;break e;case"link":var l=Ad("link","href",a).get(r+(n.href||""));if(l)for(var s=0;s<\/script>",e=e.removeChild(e.firstChild);break;case"select":e="string"==typeof r.is?a.createElement("select",{is:r.is}):a.createElement("select"),r.multiple?e.multiple=!0:r.size&&(e.size=r.size);break;default:e="string"==typeof r.is?a.createElement(n,{is:r.is}):a.createElement(n)}}e[Me]=t,e[ze]=r;e:for(a=t.child;null!==a;){if(5===a.tag||6===a.tag)e.appendChild(a.stateNode);else if(4!==a.tag&&27!==a.tag&&null!==a.child){a.child.return=a,a=a.child;continue}if(a===t)break e;for(;null===a.sibling;){if(null===a.return||a.return===t)break e;a=a.return}a.sibling.return=a.return,a=a.sibling}t.stateNode=e;e:switch(Qc(e,n,r),n){case"button":case"input":case"select":case"textarea":e=!!r.autoFocus;break e;case"img":e=!0;break e;default:e=!1}e&&Hs(t)}}return Ws(t),t.flags&=-16777217,null;case 6:if(e&&null!=t.stateNode)e.memoizedProps!==r&&Hs(t);else{if("string"!=typeof r&&null===t.stateNode)throw Error(i(166));if(e=X.current,ra(t)){if(e=t.stateNode,n=t.memoizedProps,r=null,null!==(a=Wr))switch(a.tag){case 27:case 5:r=a.memoizedProps}e[Me]=t,(e=!!(e.nodeValue===n||null!==r&&!0===r.suppressHydrationWarning||Uc(e.nodeValue,n)))||ea(t)}else(e=Kc(e).createTextNode(r))[Me]=t,t.stateNode=e}return Ws(t),null;case 13:if(r=t.memoizedState,null===e||null!==e.memoizedState&&null!==e.memoizedState.dehydrated){if(a=ra(t),null!==r&&null!==r.dehydrated){if(null===e){if(!a)throw Error(i(318));if(!(a=null!==(a=t.memoizedState)?a.dehydrated:null))throw Error(i(317));a[Me]=t}else aa(),!(128&t.flags)&&(t.memoizedState=null),t.flags|=4;Ws(t),a=!1}else null!==Xr&&(Ru(Xr),Xr=null),a=!0;if(!a)return 256&t.flags?(Na(t),t):(Na(t),null)}if(Na(t),128&t.flags)return t.lanes=n,t;if(n=null!==r,e=null!==e&&null!==e.memoizedState,n){a=null,null!==(r=t.child).alternate&&null!==r.alternate.memoizedState&&null!==r.alternate.memoizedState.cachePool&&(a=r.alternate.memoizedState.cachePool.pool);var o=null;null!==r.memoizedState&&null!==r.memoizedState.cachePool&&(o=r.memoizedState.cachePool.pool),o!==a&&(r.flags|=2048)}return n!==e&&n&&(t.child.flags|=8192),Qs(t,t.updateQueue),Ws(t),null;case 4:return ee(),null===e&&Oc(t.stateNode.containerInfo),Ws(t),null;case 10:return vl(t.type),Ws(t),null;case 19:if(V(Ra),null===(a=t.memoizedState))return Ws(t),null;if(r=!!(128&t.flags),null===(o=a.rendering))if(r)Vs(a,!1);else{if(0!==cu||null!==e&&128&e.flags)for(e=t.child;null!==e;){if(null!==(o=Da(e))){for(t.flags|=128,Vs(a,!1),e=o.updateQueue,t.updateQueue=e,Qs(t,e),t.subtreeFlags=0,e=n,n=t.child;null!==n;)Ms(n,e),n=n.sibling;return W(Ra,1&Ra.current|2),t.child}e=e.sibling}null!==a.tail&&se()>wu&&(t.flags|=128,r=!0,Vs(a,!1),t.lanes=4194304)}else{if(!r)if(null!==(e=Da(o))){if(t.flags|=128,r=!0,e=e.updateQueue,t.updateQueue=e,Qs(t,e),Vs(a,!0),null===a.tail&&"hidden"===a.tailMode&&!o.alternate&&!Yr)return Ws(t),null}else 2*se()-a.renderingStartTime>wu&&536870912!==n&&(t.flags|=128,r=!0,Vs(a,!1),t.lanes=4194304);a.isBackwards?(o.sibling=t.child,t.child=o):(null!==(e=a.last)?e.sibling=o:t.child=o,a.last=o)}return null!==a.tail?(t=a.tail,a.rendering=t,a.tail=t.sibling,a.renderingStartTime=se(),t.sibling=null,e=Ra.current,W(Ra,r?1&e|2:1&e),t):(Ws(t),null);case 22:case 23:return Na(t),Aa(),r=null!==t.memoizedState,null!==e?null!==e.memoizedState!==r&&(t.flags|=8192):r&&(t.flags|=8192),r?!!(536870912&n)&&!(128&t.flags)&&(Ws(t),6&t.subtreeFlags&&(t.flags|=8192)):Ws(t),null!==(n=t.updateQueue)&&Qs(t,n.retryQueue),n=null,null!==e&&null!==e.memoizedState&&null!==e.memoizedState.cachePool&&(n=e.memoizedState.cachePool.pool),r=null,null!==t.memoizedState&&null!==t.memoizedState.cachePool&&(r=t.memoizedState.cachePool.pool),r!==n&&(t.flags|=2048),null!==e&&V(Wa),null;case 24:return n=null,null!==e&&(n=e.memoizedState.cache),t.memoizedState.cache!==n&&(t.flags|=2048),vl(za),Ws(t),null;case 25:return null}throw Error(i(156,t.tag))}function Ys(e,t){switch(Vr(t),t.tag){case 1:return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return vl(za),ee(),65536&(e=t.flags)&&!(128&e)?(t.flags=-65537&e|128,t):null;case 26:case 27:case 5:return ne(t),null;case 13:if(Na(t),null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(i(340));aa()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return V(Ra),null;case 4:return ee(),null;case 10:return vl(t.type),null;case 22:case 23:return Na(t),Aa(),null!==e&&V(Wa),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 24:return vl(za),null;default:return null}}function Xs(e,t){switch(Vr(t),t.tag){case 3:vl(za),ee();break;case 26:case 27:case 5:ne(t);break;case 4:ee();break;case 13:Na(t);break;case 19:V(Ra);break;case 10:vl(t.type);break;case 22:case 23:Na(t),Aa(),null!==e&&V(Wa);break;case 24:vl(za)}}var Zs={getCacheForType:function(e){var t=_l(za),n=t.data.get(e);return void 0===n&&(n=e(),t.data.set(e,n)),n}},Js="function"==typeof WeakMap?WeakMap:Map,eu=0,tu=null,nu=null,ru=0,au=0,ou=null,iu=!1,lu=!1,su=!1,uu=0,cu=0,du=0,fu=0,pu=0,mu=0,hu=0,gu=null,yu=null,bu=!1,vu=0,wu=1/0,ku=null,Su=null,xu=!1,Eu=null,_u=0,Cu=0,Au=null,Tu=0,Lu=null;function ju(){if(2&eu&&0!==ru)return ru&-ru;if(null!==j.T){return 0!==Ha?Ha:kc()}return Fe()}function Pu(){0===mu&&(mu=536870912&ru&&!Yr?536870912:Le());var e=Ta.current;return null!==e&&(e.flags|=32),mu}function Ou(e,t,n){(e===tu&&2===au||null!==e.cancelPendingCommit)&&(Bu(e,0),Iu(e,ru,mu,!1)),Oe(e,n),2&eu&&e===tu||(e===tu&&(!(2&eu)&&(fu|=n),4===cu&&Iu(e,ru,mu,!1)),hc(e))}function Nu(e,t,n){if(6&eu)throw Error(i(327));for(var r=!n&&!(60&t)&&!(t&e.expiredLanes)||Ae(e,t),a=r?function(e,t){var n=eu;eu|=2;var r=Uu(),a=qu();tu!==e||ru!==t?(ku=null,wu=se()+500,Bu(e,t)):lu=Ae(e,t);e:for(;;)try{if(0!==au&&null!==nu){t=nu;var o=ou;t:switch(au){case 1:au=0,ou=null,Yu(e,t,o,1);break;case 2:if(ua(o)){au=0,ou=null,Ku(t);break}t=function(){2===au&&tu===e&&(au=7),hc(e)},o.then(t,t);break e;case 3:au=7;break e;case 4:au=5;break e;case 7:ua(o)?(au=0,ou=null,Ku(t)):(au=0,ou=null,Yu(e,t,o,7));break;case 5:var l=null;switch(nu.tag){case 26:l=nu.memoizedState;case 5:case 27:var s=nu;if(!l||Ld(l)){au=0,ou=null;var u=s.sibling;if(null!==u)nu=u;else{var c=s.return;null!==c?(nu=c,Xu(c)):nu=null}break t}}au=0,ou=null,Yu(e,t,o,5);break;case 6:au=0,ou=null,Yu(e,t,o,6);break;case 8:zu(),cu=6;break e;default:throw Error(i(462))}}Vu();break}catch(d){$u(e,d)}return yl=gl=null,j.H=r,j.A=a,eu=n,null!==nu?0:(tu=null,ru=0,Cr(),cu)}(e,t):Gu(e,t,!0),o=r;;){if(0===a){lu&&!r&&Iu(e,t,0,!1);break}if(6===a)Iu(e,t,0,!iu);else{if(n=e.current.alternate,o&&!Fu(n)){a=Gu(e,t,!1),o=!1;continue}if(2===a){if(o=t,e.errorRecoveryDisabledLanes&o)var l=0;else l=0!==(l=-536870913&e.pendingLanes)?l:536870912&l?536870912:0;if(0!==l){t=l;e:{var s=e;a=gu;var u=s.current.memoizedState.isDehydrated;if(u&&(Bu(s,l).flags|=256),2!==(l=Gu(s,l,!1))){if(su&&!u){s.errorRecoveryDisabledLanes|=o,fu|=o,a=4;break e}o=yu,yu=a,null!==o&&Ru(o)}a=l}if(o=!1,2!==a)continue}}if(1===a){Bu(e,0),Iu(e,t,0,!0);break}e:{switch(r=e,a){case 0:case 1:throw Error(i(345));case 4:if((4194176&t)===t){Iu(r,t,mu,!iu);break e}break;case 2:yu=null;break;case 3:case 5:break;default:throw Error(i(329))}if(r.finishedWork=n,r.finishedLanes=t,(62914560&t)===t&&10<(o=vu+300-se())){if(Iu(r,t,mu,!iu),0!==Ce(r,0))break e;r.timeoutHandle=ed(Du.bind(null,r,n,yu,ku,bu,t,mu,fu,hu,iu,2,-0,0),o)}else Du(r,n,yu,ku,bu,t,mu,fu,hu,iu,0,-0,0)}}break}hc(e)}function Ru(e){null===yu?yu=e:yu.push.apply(yu,e)}function Du(e,t,n,r,a,o,l,s,u,c,d,f,p){var m=t.subtreeFlags;if((8192&m||!(16785408&~m))&&(jd={stylesheets:null,count:0,unsuspend:Pd},Ts(t),null!==(t=function(){if(null===jd)throw Error(i(475));var e=jd;return e.stylesheets&&0===e.count&&Rd(e,e.stylesheets),0n?32:n,j.T=null,null===Eu)var o=!1;else{n=Au,Au=null;var l=Eu,s=_u;if(Eu=null,_u=0,6&eu)throw Error(i(331));var u=eu;if(eu|=4,Ps(l.current),xs(l,l.current,s,n),eu=u,gc(0,!1),be&&"function"==typeof be.onPostCommitFiberRoot)try{be.onPostCommitFiberRoot(ye,l)}catch(c){}o=!0}return o}finally{U.p=a,j.T=r,ec(e,t)}}return!1}function nc(e,t,n){t=Rr(n,t),null!==(e=Ol(e,t=Bi(e.stateNode,t,2),2))&&(Oe(e,2),hc(e))}function rc(e,t,n){if(3===e.tag)nc(e,e,n);else for(;null!==t;){if(3===t.tag){nc(t,e,n);break}if(1===t.tag){var r=t.stateNode;if("function"==typeof t.type.getDerivedStateFromError||"function"==typeof r.componentDidCatch&&(null===Su||!Su.has(r))){e=Rr(n,e),null!==(r=Ol(t,n=$i(2),2))&&(Ui(n,r,t,e),Oe(r,2),hc(r));break}}t=t.return}}function ac(e,t,n){var r=e.pingCache;if(null===r){r=e.pingCache=new Js;var a=new Set;r.set(t,a)}else void 0===(a=r.get(t))&&(a=new Set,r.set(t,a));a.has(n)||(su=!0,a.add(n),e=oc.bind(null,e,t,n),t.then(e,e))}function oc(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),e.pingedLanes|=e.suspendedLanes&n,e.warmLanes&=~n,tu===e&&(ru&n)===n&&(4===cu||3===cu&&(62914560&ru)===ru&&300>se()-vu?!(2&eu)&&Bu(e,0):pu|=n,hu===ru&&(hu=0)),hc(e)}function ic(e,t){0===t&&(t=je()),null!==(e=Lr(e,t))&&(Oe(e,t),hc(e))}function lc(e){var t=e.memoizedState,n=0;null!==t&&(n=t.retryLane),ic(e,n)}function sc(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,a=e.memoizedState;null!==a&&(n=a.retryLane);break;case 19:r=e.stateNode;break;case 22:r=e.stateNode._retryCache;break;default:throw Error(i(314))}null!==r&&r.delete(t),ic(e,n)}var uc=null,cc=null,dc=!1,fc=!1,pc=!1,mc=0;function hc(e){var t;e!==cc&&null===e.next&&(null===cc?uc=cc=e:cc=cc.next=e),fc=!0,dc||(dc=!0,t=yc,rd((function(){6&eu?ae(ce,t):t()})))}function gc(e,t){if(!pc&&fc){pc=!0;do{for(var n=!1,r=uc;null!==r;){if(!t)if(0!==e){var a=r.pendingLanes;if(0===a)var o=0;else{var i=r.suspendedLanes,l=r.pingedLanes;o=(1<<31-we(42|e)+1)-1,o=201326677&(o&=a&~(i&~l))?201326677&o|1:o?2|o:0}0!==o&&(n=!0,wc(r,o))}else o=ru,!(3&(o=Ce(r,r===tu?o:0)))||Ae(r,o)||(n=!0,wc(r,o));r=r.next}}while(n);pc=!1}}function yc(){fc=dc=!1;var e=0;0!==mc&&(function(){var e=window.event;if(e&&"popstate"===e.type)return e!==Jc&&(Jc=e,!0);return Jc=null,!1}()&&(e=mc),mc=0);for(var t=se(),n=null,r=uc;null!==r;){var a=r.next,o=bc(r,t);0===o?(r.next=null,null===n?uc=a:n.next=a,null===a&&(cc=n)):(n=r,(0!==e||3&o)&&(fc=!0)),r=a}gc(e,!1)}function bc(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,a=e.expirationTimes,o=-62914561&e.pendingLanes;0 title"):null)}function Ld(e){return!!("stylesheet"!==e.type||3&e.state.loading)}var jd=null;function Pd(){}function Od(){if(this.count--,0===this.count)if(this.stylesheets)Rd(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}var Nd=null;function Rd(e,t){e.stylesheets=null,null!==e.unsuspend&&(e.count++,Nd=new Map,t.forEach(Dd,e),Nd=null,Od.call(e))}function Dd(e,t){if(!(4&t.state.loading)){var n=Nd.get(e);if(n)var r=n.get(null);else{n=new Map,Nd.set(e,n);for(var a=e.querySelectorAll("link[data-precedence],style[data-precedence]"),o=0;o{"use strict";n.d(t,{A:()=>pt});var r=n(6540),a=n(4164),o=n(4023),i=n(1769),l=n(6347),s=n(539),u=n(7685),c=n(4848);const d="__docusaurus_skipToContent_fallback";function f(e){e.setAttribute("tabindex","-1"),e.focus(),e.removeAttribute("tabindex")}function p(){const e=(0,r.useRef)(null),{action:t}=(0,l.W6)(),n=(0,r.useCallback)((e=>{e.preventDefault();const t=document.querySelector("main:first-of-type")??document.getElementById(d);t&&f(t)}),[]);return(0,u.$)((n=>{let{location:r}=n;e.current&&!r.hash&&"PUSH"===t&&f(e.current)})),{containerRef:e,onClick:n}}const m=(0,s.T)({id:"theme.common.skipToMainContent",description:"The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation",message:"Skip to main content"});function h(e){const t=e.children??m,{containerRef:n,onClick:r}=p();return(0,c.jsx)("div",{ref:n,role:"region","aria-label":m,children:(0,c.jsx)("a",{...e,href:`#${d}`,onClick:r,children:t})})}var g=n(204),y=n(7788);const b={skipToContent:"skipToContent_fXgn"};function v(){return(0,c.jsx)(h,{className:b.skipToContent})}var w=n(3115),k=n(3380);function S(e){let{width:t=21,height:n=21,color:r="currentColor",strokeWidth:a=1.2,className:o,...i}=e;return(0,c.jsx)("svg",{viewBox:"0 0 15 15",width:t,height:n,...i,children:(0,c.jsx)("g",{stroke:r,strokeWidth:a,children:(0,c.jsx)("path",{d:"M.75.75l13.5 13.5M14.25.75L.75 14.25"})})})}const x={closeButton:"closeButton_CVFx"};function E(e){return(0,c.jsx)("button",{type:"button","aria-label":(0,s.T)({id:"theme.AnnouncementBar.closeButtonAriaLabel",message:"Close",description:"The ARIA label for close button of announcement bar"}),...e,className:(0,a.A)("clean-btn close",x.closeButton,e.className),children:(0,c.jsx)(S,{width:14,height:14,strokeWidth:3.1})})}const _={content:"content_knG7"};function C(e){const{announcementBar:t}=(0,w.p)(),{content:n}=t;return(0,c.jsx)("div",{...e,className:(0,a.A)(_.content,e.className),dangerouslySetInnerHTML:{__html:n}})}const A={announcementBar:"announcementBar_mb4j",announcementBarPlaceholder:"announcementBarPlaceholder_vyr4",announcementBarClose:"announcementBarClose_gvF7",announcementBarContent:"announcementBarContent_xLdY"};function T(){const{announcementBar:e}=(0,w.p)(),{isActive:t,close:n}=(0,k.M)();if(!t)return null;const{backgroundColor:r,textColor:a,isCloseable:o}=e;return(0,c.jsxs)("div",{className:A.announcementBar,style:{backgroundColor:r,color:a},role:"banner",children:[o&&(0,c.jsx)("div",{className:A.announcementBarPlaceholder}),(0,c.jsx)(C,{className:A.announcementBarContent}),o&&(0,c.jsx)(E,{onClick:n,className:A.announcementBarClose})]})}var L=n(4635),j=n(5627);var P=n(6849),O=n(3065);const N=r.createContext(null);function R(e){let{children:t}=e;const n=function(){const e=(0,L.M)(),t=(0,O.YL)(),[n,a]=(0,r.useState)(!1),o=null!==t.component,i=(0,P.ZC)(o);return(0,r.useEffect)((()=>{o&&!i&&a(!0)}),[o,i]),(0,r.useEffect)((()=>{o?e.shown||a(!0):a(!1)}),[e.shown,o]),(0,r.useMemo)((()=>[n,a]),[n])}();return(0,c.jsx)(N.Provider,{value:n,children:t})}function D(e){if(e.component){const t=e.component;return(0,c.jsx)(t,{...e.props})}}function F(){const e=(0,r.useContext)(N);if(!e)throw new P.dV("NavbarSecondaryMenuDisplayProvider");const[t,n]=e,a=(0,r.useCallback)((()=>n(!1)),[n]),o=(0,O.YL)();return(0,r.useMemo)((()=>({shown:t,hide:a,content:D(o)})),[a,o,t])}function I(e){let{header:t,primaryMenu:n,secondaryMenu:r}=e;const{shown:o}=F();return(0,c.jsxs)("div",{className:"navbar-sidebar",children:[t,(0,c.jsxs)("div",{className:(0,a.A)("navbar-sidebar__items",{"navbar-sidebar__items--show-secondary":o}),children:[(0,c.jsx)("div",{className:"navbar-sidebar__item menu",children:n}),(0,c.jsx)("div",{className:"navbar-sidebar__item menu",children:r})]})]})}var M=n(8532),z=n(9136);function B(e){return(0,c.jsx)("svg",{viewBox:"0 0 24 24",width:24,height:24,...e,children:(0,c.jsx)("path",{fill:"currentColor",d:"M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5 S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1 s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0 c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95 c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,0.39-1.03,0-1.41 L18.36,16.95z M19.42,5.99c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41 s1.03,0.39,1.41,0L19.42,5.99z M7.05,18.36c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06 c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L7.05,18.36z"})})}function $(e){return(0,c.jsx)("svg",{viewBox:"0 0 24 24",width:24,height:24,...e,children:(0,c.jsx)("path",{fill:"currentColor",d:"M9.37,5.51C9.19,6.15,9.1,6.82,9.1,7.5c0,4.08,3.32,7.4,7.4,7.4c0.68,0,1.35-0.09,1.99-0.27C17.45,17.19,14.93,19,12,19 c-3.86,0-7-3.14-7-7C5,9.07,6.81,6.55,9.37,5.51z M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36 c-0.98,1.37-2.58,2.26-4.4,2.26c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"})})}const U={toggle:"toggle_vylO",toggleButton:"toggleButton_gllP",darkToggleIcon:"darkToggleIcon_wfgR",lightToggleIcon:"lightToggleIcon_pyhR",toggleButtonDisabled:"toggleButtonDisabled_aARS"};function q(e){let{className:t,buttonClassName:n,value:r,onChange:o}=e;const i=(0,z.A)(),l=(0,s.T)({message:"Switch between dark and light mode (currently {mode})",id:"theme.colorToggle.ariaLabel",description:"The ARIA label for the navbar color mode toggle"},{mode:"dark"===r?(0,s.T)({message:"dark mode",id:"theme.colorToggle.ariaLabel.mode.dark",description:"The name for the dark color mode"}):(0,s.T)({message:"light mode",id:"theme.colorToggle.ariaLabel.mode.light",description:"The name for the light color mode"})});return(0,c.jsx)("div",{className:(0,a.A)(U.toggle,t),children:(0,c.jsxs)("button",{className:(0,a.A)("clean-btn",U.toggleButton,!i&&U.toggleButtonDisabled,n),type:"button",onClick:()=>o("dark"===r?"light":"dark"),disabled:!i,title:l,"aria-label":l,"aria-live":"polite","aria-pressed":"dark"===r?"true":"false",children:[(0,c.jsx)(B,{className:(0,a.A)(U.toggleIcon,U.lightToggleIcon)}),(0,c.jsx)($,{className:(0,a.A)(U.toggleIcon,U.darkToggleIcon)})]})})}const H=r.memo(q),G={darkNavbarColorModeToggle:"darkNavbarColorModeToggle_X3D1"};function Q(e){let{className:t}=e;const n=(0,w.p)().navbar.style,r=(0,w.p)().colorMode.disableSwitch,{colorMode:a,setColorMode:o}=(0,M.G)();return r?null:(0,c.jsx)(H,{className:t,buttonClassName:"dark"===n?G.darkNavbarColorModeToggle:void 0,value:a,onChange:o})}var V=n(2862);function W(){return(0,c.jsx)(V.A,{className:"navbar__brand",imageClassName:"navbar__logo",titleClassName:"navbar__title text--truncate"})}function K(){const e=(0,L.M)();return(0,c.jsx)("button",{type:"button","aria-label":(0,s.T)({id:"theme.docs.sidebar.closeSidebarButtonAriaLabel",message:"Close navigation bar",description:"The ARIA label for close button of mobile sidebar"}),className:"clean-btn navbar-sidebar__close",onClick:()=>e.toggle(),children:(0,c.jsx)(S,{color:"var(--ifm-color-emphasis-600)"})})}function Y(){return(0,c.jsxs)("div",{className:"navbar-sidebar__brand",children:[(0,c.jsx)(W,{}),(0,c.jsx)(Q,{className:"margin-right--md"}),(0,c.jsx)(K,{})]})}var X=n(6289),Z=n(9030),J=n(2887);function ee(e,t){return void 0!==e&&void 0!==t&&new RegExp(e,"gi").test(t)}var te=n(5891);function ne(e){let{activeBasePath:t,activeBaseRegex:n,to:r,href:a,label:o,html:i,isDropdownLink:l,prependBaseUrlToHref:s,...u}=e;const d=(0,Z.Ay)(r),f=(0,Z.Ay)(t),p=(0,Z.Ay)(a,{forcePrependBaseUrl:!0}),m=o&&a&&!(0,J.A)(a),h=i?{dangerouslySetInnerHTML:{__html:i}}:{children:(0,c.jsxs)(c.Fragment,{children:[o,m&&(0,c.jsx)(te.A,{...l&&{width:12,height:12}})]})};return a?(0,c.jsx)(X.A,{href:s?p:a,...u,...h}):(0,c.jsx)(X.A,{to:d,isNavLink:!0,...(t||n)&&{isActive:(e,t)=>n?ee(n,t.pathname):t.pathname.startsWith(f)},...u,...h})}function re(e){let{className:t,isDropdownItem:n=!1,...r}=e;const o=(0,c.jsx)(ne,{className:(0,a.A)(n?"dropdown__link":"navbar__item navbar__link",t),isDropdownLink:n,...r});return n?(0,c.jsx)("li",{children:o}):o}function ae(e){let{className:t,isDropdownItem:n,...r}=e;return(0,c.jsx)("li",{className:"menu__list-item",children:(0,c.jsx)(ne,{className:(0,a.A)("menu__link",t),...r})})}function oe(e){let{mobile:t=!1,position:n,...r}=e;const a=t?ae:re;return(0,c.jsx)(a,{...r,activeClassName:r.activeClassName??(t?"menu__link--active":"navbar__link--active")})}var ie=n(3535),le=n(214),se=n(797);const ue="dropdownNavbarItemMobile_S0Fm";function ce(e,t){return e.some((e=>function(e,t){return!!(0,le.ys)(e.to,t)||!!ee(e.activeBaseRegex,t)||!(!e.activeBasePath||!t.startsWith(e.activeBasePath))}(e,t)))}function de(e){let{items:t,position:n,className:o,onClick:i,...l}=e;const s=(0,r.useRef)(null),[u,d]=(0,r.useState)(!1);return(0,r.useEffect)((()=>{const e=e=>{s.current&&!s.current.contains(e.target)&&d(!1)};return document.addEventListener("mousedown",e),document.addEventListener("touchstart",e),document.addEventListener("focusin",e),()=>{document.removeEventListener("mousedown",e),document.removeEventListener("touchstart",e),document.removeEventListener("focusin",e)}}),[s]),(0,c.jsxs)("div",{ref:s,className:(0,a.A)("navbar__item","dropdown","dropdown--hoverable",{"dropdown--right":"right"===n,"dropdown--show":u}),children:[(0,c.jsx)(ne,{"aria-haspopup":"true","aria-expanded":u,role:"button",href:l.to?void 0:"#",className:(0,a.A)("navbar__link",o),...l,onClick:l.to?void 0:e=>e.preventDefault(),onKeyDown:e=>{"Enter"===e.key&&(e.preventDefault(),d(!u))},children:l.children??l.label}),(0,c.jsx)("ul",{className:"dropdown__menu",children:t.map(((e,t)=>(0,r.createElement)(_e,{isDropdownItem:!0,activeClassName:"dropdown__link--active",...e,key:t})))})]})}function fe(e){let{items:t,className:n,position:o,onClick:i,...s}=e;const u=function(){const{siteConfig:{baseUrl:e}}=(0,se.A)(),{pathname:t}=(0,l.zy)();return t.replace(e,"/")}(),d=ce(t,u),{collapsed:f,toggleCollapsed:p,setCollapsed:m}=(0,ie.u)({initialState:()=>!d});return(0,r.useEffect)((()=>{d&&m(!d)}),[u,d,m]),(0,c.jsxs)("li",{className:(0,a.A)("menu__list-item",{"menu__list-item--collapsed":f}),children:[(0,c.jsx)(ne,{role:"button",className:(0,a.A)(ue,"menu__link menu__link--sublist menu__link--sublist-caret",n),...s,onClick:e=>{e.preventDefault(),p()},children:s.children??s.label}),(0,c.jsx)(ie.N,{lazy:!0,as:"ul",className:"menu__list",collapsed:f,children:t.map(((e,t)=>(0,r.createElement)(_e,{mobile:!0,isDropdownItem:!0,onClick:i,activeClassName:"menu__link--active",...e,key:t})))})]})}function pe(e){let{mobile:t=!1,...n}=e;const r=t?fe:de;return(0,c.jsx)(r,{...n})}var me=n(7976);function he(e){let{width:t=20,height:n=20,...r}=e;return(0,c.jsx)("svg",{viewBox:"0 0 24 24",width:t,height:n,"aria-hidden":!0,...r,children:(0,c.jsx)("path",{fill:"currentColor",d:"M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"})})}const ge="iconLanguage_nlXk";var ye=n(205);const be={navbarSearchContainer:"navbarSearchContainer_Bca1"};function ve(e){let{children:t,className:n}=e;return(0,c.jsx)("div",{className:(0,a.A)(n,be.navbarSearchContainer),children:t})}var we=n(6942),ke=n(102);var Se=n(6351);function xe(e,t){return t.alternateDocVersions[e.name]??function(e){return e.docs.find((t=>t.id===e.mainDocId))}(e)}const Ee={default:oe,localeDropdown:function(e){let{mobile:t,dropdownItemsBefore:n,dropdownItemsAfter:r,queryString:a="",...o}=e;const{i18n:{currentLocale:i,locales:u,localeConfigs:d}}=(0,se.A)(),f=(0,me.o)(),{search:p,hash:m}=(0,l.zy)(),h=[...n,...u.map((e=>{const n=`${`pathname://${f.createUrl({locale:e,fullyQualified:!1})}`}${p}${m}${a}`;return{label:d[e].label,lang:d[e].htmlLang,to:n,target:"_self",autoAddBaseUrl:!1,className:e===i?t?"menu__link--active":"dropdown__link--active":""}})),...r],g=t?(0,s.T)({message:"Languages",id:"theme.navbar.mobileLanguageDropdown.label",description:"The label for the mobile language switcher dropdown"}):d[i].label;return(0,c.jsx)(pe,{...o,mobile:t,label:(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(he,{className:ge}),g]}),items:h})},search:function(e){let{mobile:t,className:n}=e;return t?null:(0,c.jsx)(ve,{className:n,children:(0,c.jsx)(ye.A,{})})},dropdown:pe,html:function(e){let{value:t,className:n,mobile:r=!1,isDropdownItem:o=!1}=e;const i=o?"li":"div";return(0,c.jsx)(i,{className:(0,a.A)({navbar__item:!r&&!o,"menu__list-item":r},n),dangerouslySetInnerHTML:{__html:t}})},doc:function(e){let{docId:t,label:n,docsPluginId:r,...a}=e;const{activeDoc:o}=(0,we.zK)(r),i=(0,ke.QB)(t,r),l=o?.path===i?.path;return null===i||i.unlisted&&!l?null:(0,c.jsx)(oe,{exact:!0,...a,isActive:()=>l||!!o?.sidebar&&o.sidebar===i.sidebar,label:n??i.id,to:i.path})},docSidebar:function(e){let{sidebarId:t,label:n,docsPluginId:r,...a}=e;const{activeDoc:o}=(0,we.zK)(r),i=(0,ke.fW)(t,r).link;if(!i)throw new Error(`DocSidebarNavbarItem: Sidebar with ID "${t}" doesn't have anything to be linked to.`);return(0,c.jsx)(oe,{exact:!0,...a,isActive:()=>o?.sidebar===t,label:n??i.label,to:i.path})},docsVersion:function(e){let{label:t,to:n,docsPluginId:r,...a}=e;const o=(0,ke.Vd)(r)[0],i=t??o.label,l=n??(e=>e.docs.find((t=>t.id===e.mainDocId)))(o).path;return(0,c.jsx)(oe,{...a,label:i,to:l})},docsVersionDropdown:function(e){let{mobile:t,docsPluginId:n,dropdownActiveClassDisabled:r,dropdownItemsBefore:a,dropdownItemsAfter:o,...i}=e;const{search:u,hash:d}=(0,l.zy)(),f=(0,we.zK)(n),p=(0,we.jh)(n),{savePreferredVersionName:m}=(0,Se.g1)(n),h=[...a,...p.map((function(e){const t=xe(e,f);return{label:e.label,to:`${t.path}${u}${d}`,isActive:()=>e===f.activeVersion,onClick:()=>m(e.name)}})),...o],g=(0,ke.Vd)(n)[0],y=t&&h.length>1?(0,s.T)({id:"theme.navbar.mobileVersionsDropdown.label",message:"Versions",description:"The label for the navbar versions dropdown on mobile view"}):g.label,b=t&&h.length>1?void 0:xe(g,f).path;return h.length<=1?(0,c.jsx)(oe,{...i,mobile:t,label:y,to:b,isActive:r?()=>!1:void 0}):(0,c.jsx)(pe,{...i,mobile:t,label:y,to:b,items:h,isActive:r?()=>!1:void 0})}};function _e(e){let{type:t,...n}=e;const r=function(e,t){return e&&"default"!==e?e:"items"in t?"dropdown":"default"}(t,n),a=Ee[r];if(!a)throw new Error(`No NavbarItem component found for type "${t}".`);return(0,c.jsx)(a,{...n})}function Ce(){const e=(0,L.M)(),t=(0,w.p)().navbar.items;return(0,c.jsx)("ul",{className:"menu__list",children:t.map(((t,n)=>(0,r.createElement)(_e,{mobile:!0,...t,onClick:()=>e.toggle(),key:n})))})}function Ae(e){return(0,c.jsx)("button",{...e,type:"button",className:"clean-btn navbar-sidebar__back",children:(0,c.jsx)(s.A,{id:"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel",description:"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)",children:"\u2190 Back to main menu"})})}function Te(){const e=0===(0,w.p)().navbar.items.length,t=F();return(0,c.jsxs)(c.Fragment,{children:[!e&&(0,c.jsx)(Ae,{onClick:()=>t.hide()}),t.content]})}function Le(){const e=(0,L.M)();var t;return void 0===(t=e.shown)&&(t=!0),(0,r.useEffect)((()=>(document.body.style.overflow=t?"hidden":"visible",()=>{document.body.style.overflow="visible"})),[t]),e.shouldRender?(0,c.jsx)(I,{header:(0,c.jsx)(Y,{}),primaryMenu:(0,c.jsx)(Ce,{}),secondaryMenu:(0,c.jsx)(Te,{})}):null}const je={navbarHideable:"navbarHideable_m1mJ",navbarHidden:"navbarHidden_jGov"};function Pe(e){return(0,c.jsx)("div",{role:"presentation",...e,className:(0,a.A)("navbar-sidebar__backdrop",e.className)})}function Oe(e){let{children:t}=e;const{navbar:{hideOnScroll:n,style:o}}=(0,w.p)(),i=(0,L.M)(),{navbarRef:l,isNavbarVisible:d}=function(e){const[t,n]=(0,r.useState)(e),a=(0,r.useRef)(!1),o=(0,r.useRef)(0),i=(0,r.useCallback)((e=>{null!==e&&(o.current=e.getBoundingClientRect().height)}),[]);return(0,j.Mq)(((t,r)=>{let{scrollY:i}=t;if(!e)return;if(i=l?n(!1):i+u{if(!e)return;const r=t.location.hash;if(r?document.getElementById(r.substring(1)):void 0)return a.current=!0,void n(!1);n(!0)})),{navbarRef:i,isNavbarVisible:t}}(n);return(0,c.jsxs)("nav",{ref:l,"aria-label":(0,s.T)({id:"theme.NavBar.navAriaLabel",message:"Main",description:"The ARIA label for the main navigation"}),className:(0,a.A)("navbar","navbar--fixed-top",n&&[je.navbarHideable,!d&&je.navbarHidden],{"navbar--dark":"dark"===o,"navbar--primary":"primary"===o,"navbar-sidebar--show":i.shown}),children:[t,(0,c.jsx)(Pe,{onClick:i.toggle}),(0,c.jsx)(Le,{})]})}var Ne=n(99);const Re={errorBoundaryError:"errorBoundaryError_a6uf",errorBoundaryFallback:"errorBoundaryFallback_VBag"};function De(e){return(0,c.jsx)("button",{type:"button",...e,children:(0,c.jsx)(s.A,{id:"theme.ErrorPageContent.tryAgain",description:"The label of the button to try again rendering when the React error boundary captures an error",children:"Try again"})})}function Fe(e){let{error:t}=e;const n=(0,Ne.rA)(t).map((e=>e.message)).join("\n\nCause:\n");return(0,c.jsx)("p",{className:Re.errorBoundaryError,children:n})}class Ie extends r.Component{componentDidCatch(e,t){throw this.props.onError(e,t)}render(){return this.props.children}}const Me="right";function ze(e){let{width:t=30,height:n=30,className:r,...a}=e;return(0,c.jsx)("svg",{className:r,width:t,height:n,viewBox:"0 0 30 30","aria-hidden":"true",...a,children:(0,c.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"2",d:"M4 7h22M4 15h22M4 23h22"})})}function Be(){const{toggle:e,shown:t}=(0,L.M)();return(0,c.jsx)("button",{onClick:e,"aria-label":(0,s.T)({id:"theme.docs.sidebar.toggleSidebarButtonAriaLabel",message:"Toggle navigation bar",description:"The ARIA label for hamburger menu button of mobile navigation"}),"aria-expanded":t,className:"navbar__toggle clean-btn",type:"button",children:(0,c.jsx)(ze,{})})}const $e={colorModeToggle:"colorModeToggle_DEke"};function Ue(e){let{items:t}=e;return(0,c.jsx)(c.Fragment,{children:t.map(((e,t)=>(0,c.jsx)(Ie,{onError:t=>new Error(`A theme navbar item failed to render.\nPlease double-check the following navbar item (themeConfig.navbar.items) of your Docusaurus config:\n${JSON.stringify(e,null,2)}`,{cause:t}),children:(0,c.jsx)(_e,{...e})},t)))})}function qe(e){let{left:t,right:n}=e;return(0,c.jsxs)("div",{className:"navbar__inner",children:[(0,c.jsx)("div",{className:"navbar__items",children:t}),(0,c.jsx)("div",{className:"navbar__items navbar__items--right",children:n})]})}function He(){const e=(0,L.M)(),t=(0,w.p)().navbar.items,[n,r]=function(e){function t(e){return"left"===(e.position??Me)}return[e.filter(t),e.filter((e=>!t(e)))]}(t),a=t.find((e=>"search"===e.type));return(0,c.jsx)(qe,{left:(0,c.jsxs)(c.Fragment,{children:[!e.disabled&&(0,c.jsx)(Be,{}),(0,c.jsx)(W,{}),(0,c.jsx)(Ue,{items:n})]}),right:(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(Ue,{items:r}),(0,c.jsx)(Q,{className:$e.colorModeToggle}),!a&&(0,c.jsx)(ve,{children:(0,c.jsx)(ye.A,{})})]})})}function Ge(){return(0,c.jsx)(Oe,{children:(0,c.jsx)(He,{})})}function Qe(e){let{item:t}=e;const{to:n,href:r,label:o,prependBaseUrlToHref:i,className:l,...s}=t,u=(0,Z.Ay)(n),d=(0,Z.Ay)(r,{forcePrependBaseUrl:!0});return(0,c.jsxs)(X.A,{className:(0,a.A)("footer__link-item",l),...r?{href:i?d:r}:{to:u},...s,children:[o,r&&!(0,J.A)(r)&&(0,c.jsx)(te.A,{})]})}function Ve(e){let{item:t}=e;return t.html?(0,c.jsx)("li",{className:(0,a.A)("footer__item",t.className),dangerouslySetInnerHTML:{__html:t.html}}):(0,c.jsx)("li",{className:"footer__item",children:(0,c.jsx)(Qe,{item:t})},t.href??t.to)}function We(e){let{column:t}=e;return(0,c.jsxs)("div",{className:(0,a.A)("col footer__col",t.className),children:[(0,c.jsx)("div",{className:"footer__title",children:t.title}),(0,c.jsx)("ul",{className:"footer__items clean-list",children:t.items.map(((e,t)=>(0,c.jsx)(Ve,{item:e},t)))})]})}function Ke(e){let{columns:t}=e;return(0,c.jsx)("div",{className:"row footer__links",children:t.map(((e,t)=>(0,c.jsx)(We,{column:e},t)))})}function Ye(){return(0,c.jsx)("span",{className:"footer__link-separator",children:"\xb7"})}function Xe(e){let{item:t}=e;return t.html?(0,c.jsx)("span",{className:(0,a.A)("footer__link-item",t.className),dangerouslySetInnerHTML:{__html:t.html}}):(0,c.jsx)(Qe,{item:t})}function Ze(e){let{links:t}=e;return(0,c.jsx)("div",{className:"footer__links text--center",children:(0,c.jsx)("div",{className:"footer__links",children:t.map(((e,n)=>(0,c.jsxs)(r.Fragment,{children:[(0,c.jsx)(Xe,{item:e}),t.length!==n+1&&(0,c.jsx)(Ye,{})]},n)))})})}function Je(e){let{links:t}=e;return function(e){return"title"in e[0]}(t)?(0,c.jsx)(Ke,{columns:t}):(0,c.jsx)(Ze,{links:t})}var et=n(9324);const tt="footerLogoLink_BH7S";function nt(e){let{logo:t}=e;const{withBaseUrl:n}=(0,Z.hH)(),r={light:n(t.src),dark:n(t.srcDark??t.src)};return(0,c.jsx)(et.A,{className:(0,a.A)("footer__logo",t.className),alt:t.alt,sources:r,width:t.width,height:t.height,style:t.style})}function rt(e){let{logo:t}=e;return t.href?(0,c.jsx)(X.A,{href:t.href,className:tt,target:t.target,children:(0,c.jsx)(nt,{logo:t})}):(0,c.jsx)(nt,{logo:t})}function at(e){let{copyright:t}=e;return(0,c.jsx)("div",{className:"footer__copyright",dangerouslySetInnerHTML:{__html:t}})}function ot(e){let{style:t,links:n,logo:r,copyright:o}=e;return(0,c.jsx)("footer",{className:(0,a.A)("footer",{"footer--dark":"dark"===t}),children:(0,c.jsxs)("div",{className:"container container-fluid",children:[n,(r||o)&&(0,c.jsxs)("div",{className:"footer__bottom text--center",children:[r&&(0,c.jsx)("div",{className:"margin-bottom--sm",children:r}),o]})]})})}function it(){const{footer:e}=(0,w.p)();if(!e)return null;const{copyright:t,links:n,logo:r,style:a}=e;return(0,c.jsx)(ot,{style:a,links:n&&n.length>0&&(0,c.jsx)(Je,{links:n}),logo:r&&(0,c.jsx)(rt,{logo:r}),copyright:t&&(0,c.jsx)(at,{copyright:t})})}const lt=r.memo(it),st=(0,P.fM)([M.a,k.o,j.Tv,Se.VQ,i.Jx,function(e){let{children:t}=e;return(0,c.jsx)(O.y_,{children:(0,c.jsx)(L.e,{children:(0,c.jsx)(R,{children:t})})})}]);function ut(e){let{children:t}=e;return(0,c.jsx)(st,{children:t})}var ct=n(9303);function dt(e){let{error:t,tryAgain:n}=e;return(0,c.jsx)("main",{className:"container margin-vert--xl",children:(0,c.jsx)("div",{className:"row",children:(0,c.jsxs)("div",{className:"col col--6 col--offset-3",children:[(0,c.jsx)(ct.A,{as:"h1",className:"hero__title",children:(0,c.jsx)(s.A,{id:"theme.ErrorPageContent.title",description:"The title of the fallback page when the page crashed",children:"This page crashed."})}),(0,c.jsx)("div",{className:"margin-vert--lg",children:(0,c.jsx)(De,{onClick:n,className:"button button--primary shadow--lw"})}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{className:"margin-vert--md",children:(0,c.jsx)(Fe,{error:t})})]})})})}const ft={mainWrapper:"mainWrapper_z2l0"};function pt(e){const{children:t,noFooter:n,wrapperClassName:r,title:l,description:s}=e;return(0,y.J)(),(0,c.jsxs)(ut,{children:[(0,c.jsx)(i.be,{title:l,description:s}),(0,c.jsx)(v,{}),(0,c.jsx)(T,{}),(0,c.jsx)(Ge,{}),(0,c.jsx)("div",{id:d,className:(0,a.A)(g.G.wrapper.main,ft.mainWrapper,r),children:(0,c.jsx)(o.A,{fallback:e=>(0,c.jsx)(dt,{...e}),children:t})}),!n&&(0,c.jsx)(lt,{})]})}},1513:(e,t,n)=>{"use strict";n.d(t,{zR:()=>w,TM:()=>C,yJ:()=>p,sC:()=>T,AO:()=>f});var r=n(8168);function a(e){return"/"===e.charAt(0)}function o(e,t){for(var n=t,r=n+1,a=e.length;r=0;f--){var p=i[f];"."===p?o(i,f):".."===p?(o(i,f),d++):d&&(o(i,f),d--)}if(!u)for(;d--;d)i.unshift("..");!u||""===i[0]||i[0]&&a(i[0])||i.unshift("");var m=i.join("/");return n&&"/"!==m.substr(-1)&&(m+="/"),m};var l=n(1561);function s(e){return"/"===e.charAt(0)?e:"/"+e}function u(e){return"/"===e.charAt(0)?e.substr(1):e}function c(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function d(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function f(e){var t=e.pathname,n=e.search,r=e.hash,a=t||"/";return n&&"?"!==n&&(a+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(a+="#"===r.charAt(0)?r:"#"+r),a}function p(e,t,n,a){var o;"string"==typeof e?(o=function(e){var t=e||"/",n="",r="",a=t.indexOf("#");-1!==a&&(r=t.substr(a),t=t.substr(0,a));var o=t.indexOf("?");return-1!==o&&(n=t.substr(o),t=t.substr(0,o)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}(e),o.state=t):(void 0===(o=(0,r.A)({},e)).pathname&&(o.pathname=""),o.search?"?"!==o.search.charAt(0)&&(o.search="?"+o.search):o.search="",o.hash?"#"!==o.hash.charAt(0)&&(o.hash="#"+o.hash):o.hash="",void 0!==t&&void 0===o.state&&(o.state=t));try{o.pathname=decodeURI(o.pathname)}catch(l){throw l instanceof URIError?new URIError('Pathname "'+o.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):l}return n&&(o.key=n),a?o.pathname?"/"!==o.pathname.charAt(0)&&(o.pathname=i(o.pathname,a.pathname)):o.pathname=a.pathname:o.pathname||(o.pathname="/"),o}function m(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,r,a){if(null!=e){var o="function"==typeof e?e(t,n):e;"string"==typeof o?"function"==typeof r?r(o,a):a(!0):a(!1!==o)}else a(!0)},appendListener:function(e){var n=!0;function r(){n&&e.apply(void 0,arguments)}return t.push(r),function(){n=!1,t=t.filter((function(e){return e!==r}))}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),r=0;rt?n.splice(t,n.length-t,a):n.push(a),d({action:r,location:a,index:t,entries:n})}}))},replace:function(e,t){var r="REPLACE",a=p(e,t,h(),w.location);c.confirmTransitionTo(a,r,n,(function(e){e&&(w.entries[w.index]=a,d({action:r,location:a}))}))},go:v,goBack:function(){v(-1)},goForward:function(){v(1)},canGo:function(e){var t=w.index+e;return t>=0&&t{"use strict";n.d(t,{A:()=>o});var r=!0,a="Invariant failed";function o(e,t){if(!e){if(r)throw new Error(a);var n="function"==typeof t?t():t,o=n?"".concat(a,": ").concat(n):a;throw new Error(o)}}},1635:(e,t,n)=>{"use strict";n.r(t),n.d(t,{__addDisposableResource:()=>D,__assign:()=>o,__asyncDelegator:()=>_,__asyncGenerator:()=>E,__asyncValues:()=>C,__await:()=>x,__awaiter:()=>m,__classPrivateFieldGet:()=>O,__classPrivateFieldIn:()=>R,__classPrivateFieldSet:()=>N,__createBinding:()=>g,__decorate:()=>l,__disposeResources:()=>I,__esDecorate:()=>u,__exportStar:()=>y,__extends:()=>a,__generator:()=>h,__importDefault:()=>P,__importStar:()=>j,__makeTemplateObject:()=>A,__metadata:()=>p,__param:()=>s,__propKey:()=>d,__read:()=>v,__rest:()=>i,__rewriteRelativeImportExtension:()=>M,__runInitializers:()=>c,__setFunctionName:()=>f,__spread:()=>w,__spreadArray:()=>S,__spreadArrays:()=>k,__values:()=>b,default:()=>z});var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)};function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var o=function(){return o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n=0;l--)(a=e[l])&&(i=(o<3?a(i):o>3?a(t,n,i):a(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i}function s(e,t){return function(n,r){t(n,r,e)}}function u(e,t,n,r,a,o){function i(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var l,s=r.kind,u="getter"===s?"get":"setter"===s?"set":"value",c=!t&&e?r.static?e:e.prototype:null,d=t||(c?Object.getOwnPropertyDescriptor(c,r.name):{}),f=!1,p=n.length-1;p>=0;p--){var m={};for(var h in r)m[h]="access"===h?{}:r[h];for(var h in r.access)m.access[h]=r.access[h];m.addInitializer=function(e){if(f)throw new TypeError("Cannot add initializers after decoration has completed");o.push(i(e||null))};var g=(0,n[p])("accessor"===s?{get:d.get,set:d.set}:d[u],m);if("accessor"===s){if(void 0===g)continue;if(null===g||"object"!=typeof g)throw new TypeError("Object expected");(l=i(g.get))&&(d.get=l),(l=i(g.set))&&(d.set=l),(l=i(g.init))&&a.unshift(l)}else(l=i(g))&&("field"===s?a.unshift(l):d[u]=l)}c&&Object.defineProperty(c,r.name,d),f=!0}function c(e,t,n){for(var r=arguments.length>2,a=0;a0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function v(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,a,o=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)i.push(r.value)}catch(l){a={error:l}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(a)throw a.error}}return i}function w(){for(var e=[],t=0;t1||l(e,t)}))},t&&(r[e]=t(r[e])))}function l(e,t){try{(n=a[e](t)).value instanceof x?Promise.resolve(n.value.v).then(s,u):c(o[0][2],n)}catch(r){c(o[0][3],r)}var n}function s(e){l("next",e)}function u(e){l("throw",e)}function c(e,t){e(t),o.shift(),o.length&&l(o[0][0],o[0][1])}}function _(e){var t,n;return t={},r("next"),r("throw",(function(e){throw e})),r("return"),t[Symbol.iterator]=function(){return this},t;function r(r,a){t[r]=e[r]?function(t){return(n=!n)?{value:x(e[r](t)),done:!1}:a?a(t):t}:a}}function C(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=b(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise((function(r,a){(function(e,t,n,r){Promise.resolve(r).then((function(t){e({value:t,done:n})}),t)})(r,a,(t=e[n](t)).done,t.value)}))}}}function A(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var T=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},L=function(e){return L=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},L(e)};function j(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n=L(e),r=0;r{"use strict";n.d(t,{My:()=>A,f4:()=>ne});var r,a,o,i,l,s,u,c=n(6540),d=n(4164),f=Object.create,p=Object.defineProperty,m=Object.defineProperties,h=Object.getOwnPropertyDescriptor,g=Object.getOwnPropertyDescriptors,y=Object.getOwnPropertyNames,b=Object.getOwnPropertySymbols,v=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty,k=Object.prototype.propertyIsEnumerable,S=(e,t,n)=>t in e?p(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,x=(e,t)=>{for(var n in t||(t={}))w.call(t,n)&&S(e,n,t[n]);if(b)for(var n of b(t))k.call(t,n)&&S(e,n,t[n]);return e},E=(e,t)=>m(e,g(t)),_=(e,t)=>{var n={};for(var r in e)w.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&b)for(var r of b(e))t.indexOf(r)<0&&k.call(e,r)&&(n[r]=e[r]);return n},C=(r={"../../node_modules/.pnpm/prismjs@1.29.0_patch_hash=vrxx3pzkik6jpmgpayxfjunetu/node_modules/prismjs/prism.js"(e,t){var n=function(){var e=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,t=0,n={},r={util:{encode:function e(t){return t instanceof a?new a(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&").replace(/=d.reach);x+=S.value.length,S=S.next){var E=S.value;if(t.length>e.length)return;if(!(E instanceof a)){var _,C=1;if(b){if(!(_=o(k,x,e,y))||_.index>=e.length)break;var A=_.index,T=_.index+_[0].length,L=x;for(L+=S.value.length;A>=L;)L+=(S=S.next).value.length;if(x=L-=S.value.length,S.value instanceof a)continue;for(var j=S;j!==t.tail&&(Ld.reach&&(d.reach=R);var D=S.prev;if(O&&(D=s(t,D,O),x+=O.length),u(t,D,C),S=s(t,D,new a(f,g?r.tokenize(P,g):P,v,P)),N&&s(t,S,N),C>1){var F={cause:f+","+m,reach:R};i(e,t,n,S.prev,x,F),d&&F.reach>d.reach&&(d.reach=F.reach)}}}}}}function l(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function s(e,t,n){var r=t.next,a={value:n,prev:t,next:r};return t.next=a,r.prev=a,e.length++,a}function u(e,t,n){for(var r=t.next,a=0;a"+o.content+""},r}();t.exports=n,n.default=n}},function(){return a||(0,r[y(r)[0]])((a={exports:{}}).exports,a),a.exports}),A=((e,t,n)=>(n=null!=e?f(v(e)):{},((e,t,n,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let a of y(t))w.call(e,a)||a===n||p(e,a,{get:()=>t[a],enumerable:!(r=h(t,a))||r.enumerable});return e})(!t&&e&&e.__esModule?n:p(n,"default",{value:e,enumerable:!0}),e)))(C());A.languages.markup={comment:{pattern://,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern://i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},A.languages.markup.tag.inside["attr-value"].inside.entity=A.languages.markup.entity,A.languages.markup.doctype.inside["internal-subset"].inside=A.languages.markup,A.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))})),Object.defineProperty(A.languages.markup.tag,"addInlined",{value:function(e,t){var n;(t=((n=((n={})["language-"+t]={pattern:/(^$)/i,lookbehind:!0,inside:A.languages[t]},n.cdata=/^$/i,{"included-cdata":{pattern://i,inside:n}}))["language-"+t]={pattern:/[\s\S]+/,inside:A.languages[t]},{}))[e]={pattern:RegExp(/(<__[^>]*>)(?:))*\]\]>|(?!)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:n},A.languages.insertBefore("markup","cdata",t)}}),Object.defineProperty(A.languages.markup.tag,"addAttribute",{value:function(e,t){A.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:A.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),A.languages.html=A.languages.markup,A.languages.mathml=A.languages.markup,A.languages.svg=A.languages.markup,A.languages.xml=A.languages.extend("markup",{}),A.languages.ssml=A.languages.xml,A.languages.atom=A.languages.xml,A.languages.rss=A.languages.xml,o=A,i={pattern:/\\[\\(){}[\]^$+*?|.]/,alias:"escape"},s="(?:[^\\\\-]|"+(l=/\\(?:x[\da-fA-F]{2}|u[\da-fA-F]{4}|u\{[\da-fA-F]+\}|0[0-7]{0,2}|[123][0-7]{2}|c[a-zA-Z]|.)/).source+")",s=RegExp(s+"-"+s),u={pattern:/(<|')[^<>']+(?=[>']$)/,lookbehind:!0,alias:"variable"},o.languages.regex={"char-class":{pattern:/((?:^|[^\\])(?:\\\\)*)\[(?:[^\\\]]|\\[\s\S])*\]/,lookbehind:!0,inside:{"char-class-negation":{pattern:/(^\[)\^/,lookbehind:!0,alias:"operator"},"char-class-punctuation":{pattern:/^\[|\]$/,alias:"punctuation"},range:{pattern:s,inside:{escape:l,"range-punctuation":{pattern:/-/,alias:"operator"}}},"special-escape":i,"char-set":{pattern:/\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},escape:l}},"special-escape":i,"char-set":{pattern:/\.|\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},backreference:[{pattern:/\\(?![123][0-7]{2})[1-9]/,alias:"keyword"},{pattern:/\\k<[^<>']+>/,alias:"keyword",inside:{"group-name":u}}],anchor:{pattern:/[$^]|\\[ABbGZz]/,alias:"function"},escape:l,group:[{pattern:/\((?:\?(?:<[^<>']+>|'[^<>']+'|[>:]|]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},A.languages.javascript=A.languages.extend("clike",{"class-name":[A.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),A.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,A.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:A.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:A.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:A.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:A.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:A.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),A.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:A.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),A.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),A.languages.markup&&(A.languages.markup.tag.addInlined("script","javascript"),A.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),A.languages.js=A.languages.javascript,A.languages.actionscript=A.languages.extend("javascript",{keyword:/\b(?:as|break|case|catch|class|const|default|delete|do|dynamic|each|else|extends|final|finally|for|function|get|if|implements|import|in|include|instanceof|interface|internal|is|namespace|native|new|null|override|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/,operator:/\+\+|--|(?:[+\-*\/%^]|&&?|\|\|?|<>?>?|[!=]=?)=?|[~?@]/}),A.languages.actionscript["class-name"].alias="function",delete A.languages.actionscript.parameter,delete A.languages.actionscript["literal-property"],A.languages.markup&&A.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\[\s\S]|(?!\2)[^\\])*\2)*\s*\/?>/,lookbehind:!0,inside:A.languages.markup}}),function(e){var t=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};e.languages.coffeescript=e.languages.extend("javascript",{comment:t,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),e.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:t,interpolation:n}}}),e.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:e.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),e.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete e.languages.coffeescript["template-string"],e.languages.coffee=e.languages.coffeescript}(A),function(e){var t=e.languages.javadoclike={parameter:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*@(?:arg|arguments|param)\s+)\w+/m,lookbehind:!0},keyword:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*|\{)@[a-z][a-zA-Z-]+\b/m,lookbehind:!0},punctuation:/[{}]/};Object.defineProperty(t,"addSupport",{value:function(t,n){(t="string"==typeof t?[t]:t).forEach((function(t){var r=function(e){e.inside||(e.inside={}),e.inside.rest=n},a="doc-comment";if(o=e.languages[t]){var o,i=o[a];if((i=i||(o=e.languages.insertBefore(t,"comment",{"doc-comment":{pattern:/(^|[^\\])\/\*\*[^/][\s\S]*?(?:\*\/|$)/,lookbehind:!0,alias:"comment"}}))[a])instanceof RegExp&&(i=o[a]={pattern:i}),Array.isArray(i))for(var l=0,s=i.length;l|\+|~|\|\|/,punctuation:/[(),]/}},e.languages.css.atrule.inside["selector-function-argument"].inside=t,e.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}}),{pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0}),{pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0});e.languages.insertBefore("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da-f]{3,8}\b/i,alias:"color"},color:[{pattern:/(^|[^\w-])(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|RebeccaPurple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)(?![\w-])/i,lookbehind:!0},{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:t,number:n,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:t,number:n})}(A),function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,r="(?:"+n.source+"(?:[ \t]+"+t.source+")?|"+t.source+"(?:[ \t]+"+n.source+")?)",a=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-])(?:[ \t]*(?:(?![#:])|:))*/.source.replace(//g,(function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source})),o=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function i(e,t){t=(t||"").replace(/m/g,"")+"m";var n=/([:\-,[{]\s*(?:\s<>[ \t]+)?)(?:<>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<>/g,(function(){return r})).replace(/<>/g,(function(){return e}));return RegExp(n,t)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<>/g,(function(){return r}))),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<>[ \t]+)?)<>(?=\s*:\s)/.source.replace(/<>/g,(function(){return r})).replace(/<>/g,(function(){return"(?:"+a+"|"+o+")"}))),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:i(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:i(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:i(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:i(o),lookbehind:!0,greedy:!0},number:{pattern:i(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(A),function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function n(e){return e=e.replace(//g,(function(){return t})),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+e+")")}var r=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,a=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,(function(){return r})),o=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source,i=(e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+a+o+"(?:"+a+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+a+o+")(?:"+a+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(r),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+a+")"+o+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+a+"$"),inside:{"table-header":{pattern:RegExp(r),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:n(/\b__(?:(?!_)|_(?:(?!_))+_)+__\b|\*\*(?:(?!\*)|\*(?:(?!\*))+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:n(/\b_(?:(?!_)|__(?:(?!_))+__)+_\b|\*(?:(?!\*)|\*\*(?:(?!\*))+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:n(/(~~?)(?:(?!~))+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:n(/!?\[(?:(?!\]))+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\]))+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach((function(t){["url","bold","italic","strike","code-snippet"].forEach((function(n){t!==n&&(e.languages.markdown[t].inside.content.inside[n]=e.languages.markdown[n])}))})),e.hooks.add("after-tokenize",(function(e){"markdown"!==e.language&&"md"!==e.language||function e(t){if(t&&"string"!=typeof t)for(var n=0,r=t.length;n",quot:'"'},s=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(A),A.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:A.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},A.hooks.add("after-tokenize",(function(e){if("graphql"===e.language)for(var t=e.tokens.filter((function(e){return"string"!=typeof e&&"comment"!==e.type&&"scalar"!==e.type})),n=0;n?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/},function(e){var t=e.languages.javascript["template-string"],n=t.pattern.source,r=t.inside.interpolation,a=r.inside["interpolation-punctuation"],o=r.pattern.source;function i(t,r){if(e.languages[t])return{pattern:RegExp("((?:"+r+")\\s*)"+n),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:t}}}}function l(t,n,r){return t={code:t,grammar:n,language:r},e.hooks.run("before-tokenize",t),t.tokens=e.tokenize(t.code,t.grammar),e.hooks.run("after-tokenize",t),t.tokens}function s(t,n,i){var s=e.tokenize(t,{interpolation:{pattern:RegExp(o),lookbehind:!0}}),u=0,c={},d=(s=l(s.map((function(e){if("string"==typeof e)return e;var n,r;for(e=e.content;-1!==t.indexOf((r=u++,n="___"+i.toUpperCase()+"_"+r+"___")););return c[n]=e,n})).join(""),n,i),Object.keys(c));return u=0,function t(n){for(var o=0;o=d.length)return;var i,s,f,p,m,h,g,y=n[o];"string"==typeof y||"string"==typeof y.content?(i=d[u],-1!==(g=(h="string"==typeof y?y:y.content).indexOf(i))&&(++u,s=h.substring(0,g),m=c[i],f=void 0,(p={})["interpolation-punctuation"]=a,3===(p=e.tokenize(m,p)).length&&((f=[1,1]).push.apply(f,l(p[1],e.languages.javascript,"javascript")),p.splice.apply(p,f)),f=new e.Token("interpolation",p,r.alias,m),p=h.substring(g+i.length),m=[],s&&m.push(s),m.push(f),p&&(t(h=[p]),m.push.apply(m,h)),"string"==typeof y?(n.splice.apply(n,[o,1].concat(m)),o+=m.length-1):y.content=m)):(g=y.content,Array.isArray(g)?t(g):t([g]))}}(s),new e.Token(i,s,"language-"+i,t)}e.languages.javascript["template-string"]=[i("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),i("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),i("svg",/\bsvg/.source),i("markdown",/\b(?:markdown|md)/.source),i("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),i("sql",/\bsql/.source),t].filter(Boolean);var u={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};function c(e){return"string"==typeof e?e:Array.isArray(e)?e.map(c).join(""):c(e.content)}e.hooks.add("after-tokenize",(function(t){t.language in u&&function t(n){for(var r=0,a=n.length;r]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(A),function(e){var t=e.languages.javascript,n=/\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source,r="(@(?:arg|argument|param|property)\\s+(?:"+n+"\\s+)?)";e.languages.jsdoc=e.languages.extend("javadoclike",{parameter:{pattern:RegExp(r+/(?:(?!\s)[$\w\xA0-\uFFFF.])+(?=\s|$)/.source),lookbehind:!0,inside:{punctuation:/\./}}}),e.languages.insertBefore("jsdoc","keyword",{"optional-parameter":{pattern:RegExp(r+/\[(?:(?!\s)[$\w\xA0-\uFFFF.])+(?:=[^[\]]+)?\](?=\s|$)/.source),lookbehind:!0,inside:{parameter:{pattern:/(^\[)[$\w\xA0-\uFFFF\.]+/,lookbehind:!0,inside:{punctuation:/\./}},code:{pattern:/(=)[\s\S]*(?=\]$)/,lookbehind:!0,inside:t,alias:"language-javascript"},punctuation:/[=[\]]/}},"class-name":[{pattern:RegExp(/(@(?:augments|class|extends|interface|memberof!?|template|this|typedef)\s+(?:\s+)?)[A-Z]\w*(?:\.[A-Z]\w*)*/.source.replace(//g,(function(){return n}))),lookbehind:!0,inside:{punctuation:/\./}},{pattern:RegExp("(@[a-z]+\\s+)"+n),lookbehind:!0,inside:{string:t.string,number:t.number,boolean:t.boolean,keyword:e.languages.typescript.keyword,operator:/=>|\.\.\.|[&|?:*]/,punctuation:/[.,;=<>{}()[\]]/}}],example:{pattern:/(@example\s+(?!\s))(?:[^@\s]|\s+(?!\s))+?(?=\s*(?:\*\s*)?(?:@\w|\*\/))/,lookbehind:!0,inside:{code:{pattern:/^([\t ]*(?:\*\s*)?)\S.*$/m,lookbehind:!0,inside:t,alias:"language-javascript"}}}}),e.languages.javadoclike.addSupport("javascript",e.languages.jsdoc)}(A),function(e){e.languages.flow=e.languages.extend("javascript",{}),e.languages.insertBefore("flow","keyword",{type:[{pattern:/\b(?:[Bb]oolean|Function|[Nn]umber|[Ss]tring|[Ss]ymbol|any|mixed|null|void)\b/,alias:"class-name"}]}),e.languages.flow["function-variable"].pattern=/(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=\s*(?:function\b|(?:\([^()]*\)(?:\s*:\s*\w+)?|(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/i,delete e.languages.flow.parameter,e.languages.insertBefore("flow","operator",{"flow-punctuation":{pattern:/\{\||\|\}/,alias:"punctuation"}}),Array.isArray(e.languages.flow.keyword)||(e.languages.flow.keyword=[e.languages.flow.keyword]),e.languages.flow.keyword.unshift({pattern:/(^|[^$]\b)(?:Class|declare|opaque|type)\b(?!\$)/,lookbehind:!0},{pattern:/(^|[^$]\B)\$(?:Diff|Enum|Exact|Keys|ObjMap|PropertyType|Record|Shape|Subtype|Supertype|await)\b(?!\$)/,lookbehind:!0})}(A),A.languages.n4js=A.languages.extend("javascript",{keyword:/\b(?:Array|any|boolean|break|case|catch|class|const|constructor|continue|debugger|declare|default|delete|do|else|enum|export|extends|false|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|module|new|null|number|package|private|protected|public|return|set|static|string|super|switch|this|throw|true|try|typeof|var|void|while|with|yield)\b/}),A.languages.insertBefore("n4js","constant",{annotation:{pattern:/@+\w+/,alias:"operator"}}),A.languages.n4jsd=A.languages.n4js,function(e){function t(e,t){return RegExp(e.replace(//g,(function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source})),t)}e.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+e.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),e.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+e.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),e.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]}),e.languages.insertBefore("javascript","keyword",{imports:{pattern:t(/(\bimport\b\s*)(?:(?:\s*,\s*(?:\*\s*as\s+|\{[^{}]*\}))?|\*\s*as\s+|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:e.languages.javascript},exports:{pattern:t(/(\bexport\b\s*)(?:\*(?:\s*as\s+)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:e.languages.javascript}}),e.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),e.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),e.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:t(/(\.\s*)#?/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var n=["function","function-variable","method","method-variable","property-access"],r=0;r*\.{3}(?:[^{}]|)*\})/.source;function o(e,t){return e=e.replace(//g,(function(){return n})).replace(//g,(function(){return r})).replace(//g,(function(){return a})),RegExp(e,t)}function i(t){for(var n=[],r=0;r"!==a.content[a.content.length-1].content&&n.push({tagName:l(a.content[0].content[1]),openedBraces:0}):0+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|))?|))**\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:o(//.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:o(/=/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);var l=function(e){return e?"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(l).join(""):""};e.hooks.add("after-tokenize",(function(e){"jsx"!==e.language&&"tsx"!==e.language||i(e.tokens)}))}(A),function(e){var t=e.util.clone(e.languages.typescript);(t=(e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"],e.languages.tsx.tag)).pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+t.pattern.source+")",t.pattern.flags),t.lookbehind=!0}(A),A.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+/(?:elseif|if)\b/.source+"(?:[ \t]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},A.languages.swift["string-literal"].forEach((function(e){e.inside.interpolation.inside=A.languages.swift})),function(e){e.languages.kotlin=e.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete e.languages.kotlin["class-name"];var t={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:e.languages.kotlin}};e.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:t},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:t},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete e.languages.kotlin.string,e.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),e.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),e.languages.kt=e.languages.kotlin,e.languages.kts=e.languages.kotlin}(A),A.languages.c=A.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),A.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),A.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},A.languages.c.string],char:A.languages.c.char,comment:A.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:A.languages.c}}}}),A.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete A.languages.c.boolean,A.languages.objectivec=A.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete A.languages.objectivec["class-name"],A.languages.objc=A.languages.objectivec,A.languages.reason=A.languages.extend("clike",{string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*/,keyword:/\b(?:and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|sig|struct|switch|then|to|try|type|val|virtual|when|while|with)\b/,operator:/\.{3}|:[:=]|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/}),A.languages.insertBefore("reason","class-name",{char:{pattern:/'(?:\\x[\da-f]{2}|\\o[0-3][0-7][0-7]|\\\d{3}|\\.|[^'\\\r\n])'/,greedy:!0},constructor:/\b[A-Z]\w*\b(?!\s*\.)/,label:{pattern:/\b[a-z]\w*(?=::)/,alias:"symbol"}}),delete A.languages.reason.function,function(e){for(var t=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|)*\*\//.source,n=0;n<2;n++)t=t.replace(//g,(function(){return t}));t=t.replace(//g,(function(){return/[^\s\S]/.source})),e.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+t),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<>?=?|[@?]/},e.languages.rust["closure-params"].inside.rest=e.languages.rust,e.languages.rust.attribute.inside.string=e.languages.rust.string}(A),A.languages.go=A.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),A.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete A.languages.go["class-name"],function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,n=/\b(?!)\w+(?:\s*\.\s*\w+)*\b/.source.replace(//g,(function(){return t.source}));e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!)\w+/.source.replace(//g,(function(){return t.source}))),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/(?:\s*:\s*)?|:\s*/.source.replace(//g,(function(){return n}))+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(A),A.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},A.languages.python["string-interpolation"].inside.interpolation.inside.rest=A.languages.python,A.languages.py=A.languages.python,A.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},A.languages.webmanifest=A.languages.json;((e,t)=>{for(var n in t)p(e,n,{get:t[n],enumerable:!0})})({},{dracula:()=>T,duotoneDark:()=>L,duotoneLight:()=>j,github:()=>P,gruvboxMaterialDark:()=>W,gruvboxMaterialLight:()=>K,jettwaveDark:()=>H,jettwaveLight:()=>G,nightOwl:()=>O,nightOwlLight:()=>N,oceanicNext:()=>F,okaidia:()=>I,oneDark:()=>Q,oneLight:()=>V,palenight:()=>M,shadesOfPurple:()=>z,synthwave84:()=>B,ultramin:()=>$,vsDark:()=>U,vsLight:()=>q});var T={plain:{color:"#F8F8F2",backgroundColor:"#282A36"},styles:[{types:["prolog","constant","builtin"],style:{color:"rgb(189, 147, 249)"}},{types:["inserted","function"],style:{color:"rgb(80, 250, 123)"}},{types:["deleted"],style:{color:"rgb(255, 85, 85)"}},{types:["changed"],style:{color:"rgb(255, 184, 108)"}},{types:["punctuation","symbol"],style:{color:"rgb(248, 248, 242)"}},{types:["string","char","tag","selector"],style:{color:"rgb(255, 121, 198)"}},{types:["keyword","variable"],style:{color:"rgb(189, 147, 249)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(98, 114, 164)"}},{types:["attr-name"],style:{color:"rgb(241, 250, 140)"}}]},L={plain:{backgroundColor:"#2a2734",color:"#9a86fd"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#6c6783"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#e09142"}},{types:["property","function"],style:{color:"#9a86fd"}},{types:["tag-id","selector","atrule-id"],style:{color:"#eeebff"}},{types:["attr-name"],style:{color:"#c4b9fe"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule","placeholder","variable"],style:{color:"#ffcc99"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#c4b9fe"}}]},j={plain:{backgroundColor:"#faf8f5",color:"#728fcb"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#b6ad9a"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#063289"}},{types:["property","function"],style:{color:"#b29762"}},{types:["tag-id","selector","atrule-id"],style:{color:"#2d2006"}},{types:["attr-name"],style:{color:"#896724"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule"],style:{color:"#728fcb"}},{types:["placeholder","variable"],style:{color:"#93abdc"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#896724"}}]},P={plain:{color:"#393A34",backgroundColor:"#f6f8fa"},styles:[{types:["comment","prolog","doctype","cdata"],style:{color:"#999988",fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}},{types:["string","attr-value"],style:{color:"#e3116c"}},{types:["punctuation","operator"],style:{color:"#393A34"}},{types:["entity","url","symbol","number","boolean","variable","constant","property","regex","inserted"],style:{color:"#36acaa"}},{types:["atrule","keyword","attr-name","selector"],style:{color:"#00a4db"}},{types:["function","deleted","tag"],style:{color:"#d73a49"}},{types:["function-variable"],style:{color:"#6f42c1"}},{types:["tag","selector","keyword"],style:{color:"#00009f"}}]},O={plain:{color:"#d6deeb",backgroundColor:"#011627"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)",fontStyle:"italic"}},{types:["inserted","attr-name"],style:{color:"rgb(173, 219, 103)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(99, 119, 119)",fontStyle:"italic"}},{types:["string","url"],style:{color:"rgb(173, 219, 103)"}},{types:["variable"],style:{color:"rgb(214, 222, 235)"}},{types:["number"],style:{color:"rgb(247, 140, 108)"}},{types:["builtin","char","constant","function"],style:{color:"rgb(130, 170, 255)"}},{types:["punctuation"],style:{color:"rgb(199, 146, 234)"}},{types:["selector","doctype"],style:{color:"rgb(199, 146, 234)",fontStyle:"italic"}},{types:["class-name"],style:{color:"rgb(255, 203, 139)"}},{types:["tag","operator","keyword"],style:{color:"rgb(127, 219, 202)"}},{types:["boolean"],style:{color:"rgb(255, 88, 116)"}},{types:["property"],style:{color:"rgb(128, 203, 196)"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)"}}]},N={plain:{color:"#403f53",backgroundColor:"#FBFBFB"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)",fontStyle:"italic"}},{types:["inserted","attr-name"],style:{color:"rgb(72, 118, 214)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(152, 159, 177)",fontStyle:"italic"}},{types:["string","builtin","char","constant","url"],style:{color:"rgb(72, 118, 214)"}},{types:["variable"],style:{color:"rgb(201, 103, 101)"}},{types:["number"],style:{color:"rgb(170, 9, 130)"}},{types:["punctuation"],style:{color:"rgb(153, 76, 195)"}},{types:["function","selector","doctype"],style:{color:"rgb(153, 76, 195)",fontStyle:"italic"}},{types:["class-name"],style:{color:"rgb(17, 17, 17)"}},{types:["tag"],style:{color:"rgb(153, 76, 195)"}},{types:["operator","property","keyword","namespace"],style:{color:"rgb(12, 150, 155)"}},{types:["boolean"],style:{color:"rgb(188, 84, 84)"}}]},R="#c5a5c5",D="#8dc891",F={plain:{backgroundColor:"#282c34",color:"#ffffff"},styles:[{types:["attr-name"],style:{color:R}},{types:["attr-value"],style:{color:D}},{types:["comment","block-comment","prolog","doctype","cdata","shebang"],style:{color:"#999999"}},{types:["property","number","function-name","constant","symbol","deleted"],style:{color:"#5a9bcf"}},{types:["boolean"],style:{color:"#ff8b50"}},{types:["tag"],style:{color:"#fc929e"}},{types:["string"],style:{color:D}},{types:["punctuation"],style:{color:D}},{types:["selector","char","builtin","inserted"],style:{color:"#D8DEE9"}},{types:["function"],style:{color:"#79b6f2"}},{types:["operator","entity","url","variable"],style:{color:"#d7deea"}},{types:["keyword"],style:{color:R}},{types:["atrule","class-name"],style:{color:"#FAC863"}},{types:["important"],style:{fontWeight:"400"}},{types:["bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}}]},I={plain:{color:"#f8f8f2",backgroundColor:"#272822"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"#f92672",fontStyle:"italic"}},{types:["inserted"],style:{color:"rgb(173, 219, 103)",fontStyle:"italic"}},{types:["comment"],style:{color:"#8292a2",fontStyle:"italic"}},{types:["string","url"],style:{color:"#a6e22e"}},{types:["variable"],style:{color:"#f8f8f2"}},{types:["number"],style:{color:"#ae81ff"}},{types:["builtin","char","constant","function","class-name"],style:{color:"#e6db74"}},{types:["punctuation"],style:{color:"#f8f8f2"}},{types:["selector","doctype"],style:{color:"#a6e22e",fontStyle:"italic"}},{types:["tag","operator","keyword"],style:{color:"#66d9ef"}},{types:["boolean"],style:{color:"#ae81ff"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)",opacity:.7}},{types:["tag","property"],style:{color:"#f92672"}},{types:["attr-name"],style:{color:"#a6e22e !important"}},{types:["doctype"],style:{color:"#8292a2"}},{types:["rule"],style:{color:"#e6db74"}}]},M={plain:{color:"#bfc7d5",backgroundColor:"#292d3e"},styles:[{types:["comment"],style:{color:"rgb(105, 112, 152)",fontStyle:"italic"}},{types:["string","inserted"],style:{color:"rgb(195, 232, 141)"}},{types:["number"],style:{color:"rgb(247, 140, 108)"}},{types:["builtin","char","constant","function"],style:{color:"rgb(130, 170, 255)"}},{types:["punctuation","selector"],style:{color:"rgb(199, 146, 234)"}},{types:["variable"],style:{color:"rgb(191, 199, 213)"}},{types:["class-name","attr-name"],style:{color:"rgb(255, 203, 107)"}},{types:["tag","deleted"],style:{color:"rgb(255, 85, 114)"}},{types:["operator"],style:{color:"rgb(137, 221, 255)"}},{types:["boolean"],style:{color:"rgb(255, 88, 116)"}},{types:["keyword"],style:{fontStyle:"italic"}},{types:["doctype"],style:{color:"rgb(199, 146, 234)",fontStyle:"italic"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)"}},{types:["url"],style:{color:"rgb(221, 221, 221)"}}]},z={plain:{color:"#9EFEFF",backgroundColor:"#2D2A55"},styles:[{types:["changed"],style:{color:"rgb(255, 238, 128)"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)"}},{types:["inserted"],style:{color:"rgb(173, 219, 103)"}},{types:["comment"],style:{color:"rgb(179, 98, 255)",fontStyle:"italic"}},{types:["punctuation"],style:{color:"rgb(255, 255, 255)"}},{types:["constant"],style:{color:"rgb(255, 98, 140)"}},{types:["string","url"],style:{color:"rgb(165, 255, 144)"}},{types:["variable"],style:{color:"rgb(255, 238, 128)"}},{types:["number","boolean"],style:{color:"rgb(255, 98, 140)"}},{types:["attr-name"],style:{color:"rgb(255, 180, 84)"}},{types:["keyword","operator","property","namespace","tag","selector","doctype"],style:{color:"rgb(255, 157, 0)"}},{types:["builtin","char","constant","function","class-name"],style:{color:"rgb(250, 208, 0)"}}]},B={plain:{backgroundColor:"linear-gradient(to bottom, #2a2139 75%, #34294f)",backgroundImage:"#34294f",color:"#f92aad",textShadow:"0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"},styles:[{types:["comment","block-comment","prolog","doctype","cdata"],style:{color:"#495495",fontStyle:"italic"}},{types:["punctuation"],style:{color:"#ccc"}},{types:["tag","attr-name","namespace","number","unit","hexcode","deleted"],style:{color:"#e2777a"}},{types:["property","selector"],style:{color:"#72f1b8",textShadow:"0 0 2px #100c0f, 0 0 10px #257c5575, 0 0 35px #21272475"}},{types:["function-name"],style:{color:"#6196cc"}},{types:["boolean","selector-id","function"],style:{color:"#fdfdfd",textShadow:"0 0 2px #001716, 0 0 3px #03edf975, 0 0 5px #03edf975, 0 0 8px #03edf975"}},{types:["class-name","maybe-class-name","builtin"],style:{color:"#fff5f6",textShadow:"0 0 2px #000, 0 0 10px #fc1f2c75, 0 0 5px #fc1f2c75, 0 0 25px #fc1f2c75"}},{types:["constant","symbol"],style:{color:"#f92aad",textShadow:"0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"}},{types:["important","atrule","keyword","selector-class"],style:{color:"#f4eee4",textShadow:"0 0 2px #393a33, 0 0 8px #f39f0575, 0 0 2px #f39f0575"}},{types:["string","char","attr-value","regex","variable"],style:{color:"#f87c32"}},{types:["parameter"],style:{fontStyle:"italic"}},{types:["entity","url"],style:{color:"#67cdcc"}},{types:["operator"],style:{color:"ffffffee"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["entity"],style:{cursor:"help"}},{types:["inserted"],style:{color:"green"}}]},$={plain:{color:"#282a2e",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(197, 200, 198)"}},{types:["string","number","builtin","variable"],style:{color:"rgb(150, 152, 150)"}},{types:["class-name","function","tag","attr-name"],style:{color:"rgb(40, 42, 46)"}}]},U={plain:{color:"#9CDCFE",backgroundColor:"#1E1E1E"},styles:[{types:["prolog"],style:{color:"rgb(0, 0, 128)"}},{types:["comment"],style:{color:"rgb(106, 153, 85)"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"rgb(86, 156, 214)"}},{types:["number","inserted"],style:{color:"rgb(181, 206, 168)"}},{types:["constant"],style:{color:"rgb(100, 102, 149)"}},{types:["attr-name","variable"],style:{color:"rgb(156, 220, 254)"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"rgb(206, 145, 120)"}},{types:["selector"],style:{color:"rgb(215, 186, 125)"}},{types:["tag"],style:{color:"rgb(78, 201, 176)"}},{types:["tag"],languages:["markup"],style:{color:"rgb(86, 156, 214)"}},{types:["punctuation","operator"],style:{color:"rgb(212, 212, 212)"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"rgb(220, 220, 170)"}},{types:["class-name"],style:{color:"rgb(78, 201, 176)"}},{types:["char"],style:{color:"rgb(209, 105, 105)"}}]},q={plain:{color:"#000000",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(0, 128, 0)"}},{types:["builtin"],style:{color:"rgb(0, 112, 193)"}},{types:["number","variable","inserted"],style:{color:"rgb(9, 134, 88)"}},{types:["operator"],style:{color:"rgb(0, 0, 0)"}},{types:["constant","char"],style:{color:"rgb(129, 31, 63)"}},{types:["tag"],style:{color:"rgb(128, 0, 0)"}},{types:["attr-name"],style:{color:"rgb(255, 0, 0)"}},{types:["deleted","string"],style:{color:"rgb(163, 21, 21)"}},{types:["changed","punctuation"],style:{color:"rgb(4, 81, 165)"}},{types:["function","keyword"],style:{color:"rgb(0, 0, 255)"}},{types:["class-name"],style:{color:"rgb(38, 127, 153)"}}]},H={plain:{color:"#f8fafc",backgroundColor:"#011627"},styles:[{types:["prolog"],style:{color:"#000080"}},{types:["comment"],style:{color:"#6A9955"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"#569CD6"}},{types:["number","inserted"],style:{color:"#B5CEA8"}},{types:["constant"],style:{color:"#f8fafc"}},{types:["attr-name","variable"],style:{color:"#9CDCFE"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"#cbd5e1"}},{types:["selector"],style:{color:"#D7BA7D"}},{types:["tag"],style:{color:"#0ea5e9"}},{types:["tag"],languages:["markup"],style:{color:"#0ea5e9"}},{types:["punctuation","operator"],style:{color:"#D4D4D4"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"#7dd3fc"}},{types:["class-name"],style:{color:"#0ea5e9"}},{types:["char"],style:{color:"#D16969"}}]},G={plain:{color:"#0f172a",backgroundColor:"#f1f5f9"},styles:[{types:["prolog"],style:{color:"#000080"}},{types:["comment"],style:{color:"#6A9955"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"#0c4a6e"}},{types:["number","inserted"],style:{color:"#B5CEA8"}},{types:["constant"],style:{color:"#0f172a"}},{types:["attr-name","variable"],style:{color:"#0c4a6e"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"#64748b"}},{types:["selector"],style:{color:"#D7BA7D"}},{types:["tag"],style:{color:"#0ea5e9"}},{types:["tag"],languages:["markup"],style:{color:"#0ea5e9"}},{types:["punctuation","operator"],style:{color:"#475569"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"#0e7490"}},{types:["class-name"],style:{color:"#0ea5e9"}},{types:["char"],style:{color:"#D16969"}}]},Q={plain:{backgroundColor:"hsl(220, 13%, 18%)",color:"hsl(220, 14%, 71%)",textShadow:"0 1px rgba(0, 0, 0, 0.3)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(220, 10%, 40%)"}},{types:["doctype","punctuation","entity"],style:{color:"hsl(220, 14%, 71%)"}},{types:["attr-name","class-name","maybe-class-name","boolean","constant","number","atrule"],style:{color:"hsl(29, 54%, 61%)"}},{types:["keyword"],style:{color:"hsl(286, 60%, 67%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(355, 65%, 65%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value"],style:{color:"hsl(95, 38%, 62%)"}},{types:["variable","operator","function"],style:{color:"hsl(207, 82%, 66%)"}},{types:["url"],style:{color:"hsl(187, 47%, 55%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(220, 14%, 71%)"}}]},V={plain:{backgroundColor:"hsl(230, 1%, 98%)",color:"hsl(230, 8%, 24%)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(230, 4%, 64%)"}},{types:["doctype","punctuation","entity"],style:{color:"hsl(230, 8%, 24%)"}},{types:["attr-name","class-name","boolean","constant","number","atrule"],style:{color:"hsl(35, 99%, 36%)"}},{types:["keyword"],style:{color:"hsl(301, 63%, 40%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(5, 74%, 59%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value","punctuation"],style:{color:"hsl(119, 34%, 47%)"}},{types:["variable","operator","function"],style:{color:"hsl(221, 87%, 60%)"}},{types:["url"],style:{color:"hsl(198, 99%, 37%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(230, 8%, 24%)"}}]},W={plain:{color:"#ebdbb2",backgroundColor:"#292828"},styles:[{types:["imports","class-name","maybe-class-name","constant","doctype","builtin","function"],style:{color:"#d8a657"}},{types:["property-access"],style:{color:"#7daea3"}},{types:["tag"],style:{color:"#e78a4e"}},{types:["attr-name","char","url","regex"],style:{color:"#a9b665"}},{types:["attr-value","string"],style:{color:"#89b482"}},{types:["comment","prolog","cdata","operator","inserted"],style:{color:"#a89984"}},{types:["delimiter","boolean","keyword","selector","important","atrule","property","variable","deleted"],style:{color:"#ea6962"}},{types:["entity","number","symbol"],style:{color:"#d3869b"}}]},K={plain:{color:"#654735",backgroundColor:"#f9f5d7"},styles:[{types:["delimiter","boolean","keyword","selector","important","atrule","property","variable","deleted"],style:{color:"#af2528"}},{types:["imports","class-name","maybe-class-name","constant","doctype","builtin"],style:{color:"#b4730e"}},{types:["string","attr-value"],style:{color:"#477a5b"}},{types:["property-access"],style:{color:"#266b79"}},{types:["function","attr-name","char","url"],style:{color:"#72761e"}},{types:["tag"],style:{color:"#b94c07"}},{types:["comment","prolog","cdata","operator","inserted"],style:{color:"#a89984"}},{types:["entity","number","symbol"],style:{color:"#924f79"}}]},Y=/\r\n|\r|\n/,X=e=>{0===e.length?e.push({types:["plain"],content:"\n",empty:!0}):1===e.length&&""===e[0].content&&(e[0].content="\n",e[0].empty=!0)},Z=(e,t)=>{const n=e.length;return n>0&&e[n-1]===t?e:e.concat(t)},J=e=>{const t=[[]],n=[e],r=[0],a=[e.length];let o=0,i=0,l=[];const s=[l];for(;i>-1;){for(;(o=r[i]++)0?u:["plain"],e=c):(u=Z(u,c.type),c.alias&&(u=Z(u,c.alias)),e=c.content),"string"!=typeof e){i++,t.push(u),n.push(e),r.push(0),a.push(e.length);continue}const d=e.split(Y),f=d.length;l.push({types:u,content:d[0]});for(let t=1;t{const{plain:n}=e,r=e.styles.reduce(((e,n)=>{const{languages:r,style:a}=n;return r&&!r.includes(t)||n.types.forEach((t=>{const n=x(x({},e[t]),a);e[t]=n})),e}),{});return r.root=n,r.plain=E(x({},n),{backgroundColor:void 0}),r},te=({children:e,language:t,code:n,theme:r,prism:a})=>{const o=t.toLowerCase(),i=ee(r,o),l=(e=>(0,c.useCallback)((t=>{var n=t,{className:r,style:a,line:o}=n,i=_(n,["className","style","line"]);const l=E(x({},i),{className:(0,d.A)("token-line",r)});return"object"==typeof e&&"plain"in e&&(l.style=e.plain),"object"==typeof a&&(l.style=x(x({},l.style||{}),a)),l}),[e]))(i),s=(e=>{const t=(0,c.useCallback)((({types:t,empty:n})=>{if(null!=e)return 1===t.length&&"plain"===t[0]?null!=n?{display:"inline-block"}:void 0:1===t.length&&null!=n?e[t[0]]:Object.assign(null!=n?{display:"inline-block"}:{},...t.map((t=>e[t])))}),[e]);return(0,c.useCallback)((e=>{var n=e,{token:r,className:a,style:o}=n,i=_(n,["token","className","style"]);const l=E(x({},i),{className:(0,d.A)("token",...r.types,a),children:r.content,style:t(r)});return null!=o&&(l.style=x(x({},l.style||{}),o)),l}),[t])})(i),u=(({prism:e,code:t,grammar:n,language:r})=>(0,c.useMemo)((()=>{if(null==n)return J([t]);const a={code:t,grammar:n,language:r,tokens:[]};return e.hooks.run("before-tokenize",a),a.tokens=e.tokenize(t,n),e.hooks.run("after-tokenize",a),J(a.tokens)}),[t,n,r,e]))({prism:a,language:o,code:n,grammar:a.languages[o]});return e({tokens:u,className:`prism-code language-${o}`,style:null!=i?i.root:{},getLineProps:l,getTokenProps:s})},ne=e=>(0,c.createElement)(te,E(x({},e),{prism:e.prism||A,theme:e.theme||U,code:e.code,language:e.language}))},1769:(e,t,n)=>{"use strict";n.d(t,{e3:()=>p,be:()=>d,Jx:()=>m});var r=n(6540),a=n(4164),o=n(7143),i=n(5313);function l(){const e=r.useContext(i.o);if(!e)throw new Error("Unexpected: no Docusaurus route context found");return e}var s=n(9030),u=n(797);var c=n(4848);function d(e){let{title:t,description:n,keywords:r,image:a,children:i}=e;const l=function(e){const{siteConfig:t}=(0,u.A)(),{title:n,titleDelimiter:r}=t;return e?.trim().length?`${e.trim()} ${r} ${n}`:n}(t),{withBaseUrl:d}=(0,s.hH)(),f=a?d(a,{absolute:!0}):void 0;return(0,c.jsxs)(o.A,{children:[t&&(0,c.jsx)("title",{children:l}),t&&(0,c.jsx)("meta",{property:"og:title",content:l}),n&&(0,c.jsx)("meta",{name:"description",content:n}),n&&(0,c.jsx)("meta",{property:"og:description",content:n}),r&&(0,c.jsx)("meta",{name:"keywords",content:Array.isArray(r)?r.join(","):r}),f&&(0,c.jsx)("meta",{property:"og:image",content:f}),f&&(0,c.jsx)("meta",{name:"twitter:image",content:f}),i]})}const f=r.createContext(void 0);function p(e){let{className:t,children:n}=e;const i=r.useContext(f),l=(0,a.A)(i,t);return(0,c.jsxs)(f.Provider,{value:l,children:[(0,c.jsx)(o.A,{children:(0,c.jsx)("html",{className:l})}),n]})}function m(e){let{children:t}=e;const n=l(),r=`plugin-${n.plugin.name.replace(/docusaurus-(?:plugin|theme)-(?:content-)?/gi,"")}`;const o=`plugin-id-${n.plugin.id}`;return(0,c.jsx)(p,{className:(0,a.A)(r,o),children:t})}},1858:(e,t,n)=>{"use strict";n.d(t,{n:()=>l,r:()=>s});var r=n(6540),a=n(6849),o=n(4848);const i=r.createContext(null);function l(e){let{children:t,version:n}=e;return(0,o.jsx)(i.Provider,{value:n,children:t})}function s(){const e=(0,r.useContext)(i);if(null===e)throw new a.dV("DocsVersionProvider");return e}},1934:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const r="undefined"!=typeof window&&"document"in window&&"createElement"in window.document,a={canUseDOM:r,canUseEventListeners:r&&("addEventListener"in window||"attachEvent"in window),canUseIntersectionObserver:r&&"IntersectionObserver"in window,canUseViewport:r&&"screen"in window}},2094:(e,t,n)=>{"use strict";n.r(t)},2306:(e,t,n)=>{"use strict";n.d(t,{V:()=>s,t:()=>u});var r=n(6540),a=n(6849),o=n(4848);const i=Symbol("EmptyContext"),l=r.createContext(i);function s(e){let{children:t,name:n,items:a}=e;const i=(0,r.useMemo)((()=>n&&a?{name:n,items:a}:null),[n,a]);return(0,o.jsx)(l.Provider,{value:i,children:t})}function u(){const e=(0,r.useContext)(l);if(e===i)throw new a.dV("DocsSidebarProvider");return e}},2528:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=function e(t){if(t.cause)return[t,...e(t.cause)];return[t]}},2562:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addTrailingSlash=a,t.default=function(e,t){const{trailingSlash:n,baseUrl:r}=t;if(e.startsWith("#"))return e;if(void 0===n)return e;const[i]=e.split(/[#?]/),l="/"===i||i===r?i:(s=i,u=n,u?a(s):o(s));var s,u;return e.replace(i,l)},t.addLeadingSlash=function(e){return(0,r.addPrefix)(e,"/")},t.removeTrailingSlash=o;const r=n(7149);function a(e){return e.endsWith("/")?e:`${e}/`}function o(e){return(0,r.removeSuffix)(e,"/")}},2654:e=>{"use strict";e.exports={}},2694:(e,t,n)=>{"use strict";var r=n(6925);function a(){}function o(){}o.resetWarningCache=a,e.exports=function(){function e(e,t,n,a,o,i){if(i!==r){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:a};return n.PropTypes=n,n}},2799:(e,t)=>{"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,a=n?Symbol.for("react.portal"):60106,o=n?Symbol.for("react.fragment"):60107,i=n?Symbol.for("react.strict_mode"):60108,l=n?Symbol.for("react.profiler"):60114,s=n?Symbol.for("react.provider"):60109,u=n?Symbol.for("react.context"):60110,c=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,f=n?Symbol.for("react.forward_ref"):60112,p=n?Symbol.for("react.suspense"):60113,m=n?Symbol.for("react.suspense_list"):60120,h=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,y=n?Symbol.for("react.block"):60121,b=n?Symbol.for("react.fundamental"):60117,v=n?Symbol.for("react.responder"):60118,w=n?Symbol.for("react.scope"):60119;function k(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case c:case d:case o:case l:case i:case p:return e;default:switch(e=e&&e.$$typeof){case u:case f:case g:case h:case s:return e;default:return t}}case a:return t}}}function S(e){return k(e)===d}t.AsyncMode=c,t.ConcurrentMode=d,t.ContextConsumer=u,t.ContextProvider=s,t.Element=r,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=h,t.Portal=a,t.Profiler=l,t.StrictMode=i,t.Suspense=p,t.isAsyncMode=function(e){return S(e)||k(e)===c},t.isConcurrentMode=S,t.isContextConsumer=function(e){return k(e)===u},t.isContextProvider=function(e){return k(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return k(e)===f},t.isFragment=function(e){return k(e)===o},t.isLazy=function(e){return k(e)===g},t.isMemo=function(e){return k(e)===h},t.isPortal=function(e){return k(e)===a},t.isProfiler=function(e){return k(e)===l},t.isStrictMode=function(e){return k(e)===i},t.isSuspense=function(e){return k(e)===p},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===d||e===l||e===i||e===p||e===m||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===h||e.$$typeof===s||e.$$typeof===u||e.$$typeof===f||e.$$typeof===b||e.$$typeof===v||e.$$typeof===w||e.$$typeof===y)},t.typeOf=k},2831:(e,t,n)=>{"use strict";n.d(t,{u:()=>i,v:()=>l});var r=n(6347),a=n(8168),o=n(6540);function i(e,t,n){return void 0===n&&(n=[]),e.some((function(e){var a=e.path?(0,r.B6)(t,e):n.length?n[n.length-1].match:r.Ix.computeRootMatch(t);return a&&(n.push({route:e,match:a}),e.routes&&i(e.routes,t,n)),a})),n}function l(e,t,n){return void 0===t&&(t={}),void 0===n&&(n={}),e?o.createElement(r.dO,n,e.map((function(e,n){return o.createElement(r.qh,{key:e.key||n,path:e.path,exact:e.exact,strict:e.strict,render:function(n){return e.render?e.render((0,a.A)({},n,{},t,{route:e})):o.createElement(e.component,(0,a.A)({},n,t,{route:e}))}})}))):null}},2833:e=>{e.exports=function(e,t,n,r){var a=n?n.call(r,e,t):void 0;if(void 0!==a)return!!a;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),i=Object.keys(t);if(o.length!==i.length)return!1;for(var l=Object.prototype.hasOwnProperty.bind(t),s=0;s{"use strict";n.d(t,{A:()=>c});n(6540);var r=n(6289),a=n(9030),o=n(797),i=n(3115),l=n(9324),s=n(4848);function u(e){let{logo:t,alt:n,imageClassName:r}=e;const o={light:(0,a.Ay)(t.src),dark:(0,a.Ay)(t.srcDark||t.src)},i=(0,s.jsx)(l.A,{className:t.className,sources:o,height:t.height,width:t.width,alt:n,style:t.style});return r?(0,s.jsx)("div",{className:r,children:i}):i}function c(e){const{siteConfig:{title:t}}=(0,o.A)(),{navbar:{title:n,logo:l}}=(0,i.p)(),{imageClassName:c,titleClassName:d,...f}=e,p=(0,a.Ay)(l?.href||"/"),m=n?"":t,h=l?.alt??m;return(0,s.jsxs)(r.A,{to:p,...f,...l?.target&&{target:l.target},children:[l&&(0,s.jsx)(u,{logo:l,alt:h,imageClassName:c}),null!=n&&(0,s.jsx)("b",{className:d,children:n})]})}},2887:(e,t,n)=>{"use strict";function r(e){return/^(?:\w*:|\/\/)/.test(e)}function a(e){return void 0!==e&&!r(e)}n.d(t,{A:()=>a,z:()=>r})},2892:(e,t,n)=>{"use strict";function r(e,t){return r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},r(e,t)}function a(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,r(e,t)}n.d(t,{A:()=>a})},3065:(e,t,n)=>{"use strict";n.d(t,{GX:()=>u,YL:()=>s,y_:()=>l});var r=n(6540),a=n(6849),o=n(4848);const i=r.createContext(null);function l(e){let{children:t}=e;const n=(0,r.useState)({component:null,props:null});return(0,o.jsx)(i.Provider,{value:n,children:t})}function s(){const e=(0,r.useContext)(i);if(!e)throw new a.dV("NavbarSecondaryMenuContentProvider");return e[0]}function u(e){let{component:t,props:n}=e;const o=(0,r.useContext)(i);if(!o)throw new a.dV("NavbarSecondaryMenuContentProvider");const[,l]=o,s=(0,a.Be)(n);return(0,r.useEffect)((()=>{l({component:t,props:s})}),[l,t,s]),(0,r.useEffect)((()=>()=>l({component:null,props:null})),[l]),null}},3115:(e,t,n)=>{"use strict";n.d(t,{p:()=>a});var r=n(797);function a(){return(0,r.A)().siteConfig.themeConfig}},3157:(e,t,n)=>{var r={"./":8722};function a(e){var t=o(e);return n(t)}function o(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}a.keys=function(){return Object.keys(r)},a.resolve=o,e.exports=a,a.id=3157},3259:(e,t,n)=>{"use strict";function r(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function a(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function i(){return i=Object.assign||function(e){for(var t=1;t{"use strict";n.d(t,{M:()=>h,o:()=>m});var r=n(6540),a=n(9136),o=n(8749),i=n(6849),l=n(3115),s=n(4848);const u=(0,o.Wf)("docusaurus.announcement.dismiss"),c=(0,o.Wf)("docusaurus.announcement.id"),d=()=>"true"===u.get(),f=e=>u.set(String(e)),p=r.createContext(null);function m(e){let{children:t}=e;const n=function(){const{announcementBar:e}=(0,l.p)(),t=(0,a.A)(),[n,o]=(0,r.useState)((()=>!!t&&d()));(0,r.useEffect)((()=>{o(d())}),[]);const i=(0,r.useCallback)((()=>{f(!0),o(!0)}),[]);return(0,r.useEffect)((()=>{if(!e)return;const{id:t}=e;let n=c.get();"annoucement-bar"===n&&(n="announcement-bar");const r=t!==n;c.set(t),r&&f(!1),!r&&d()||o(!1)}),[e]),(0,r.useMemo)((()=>({isActive:!!e&&!n,close:i})),[e,n,i])}();return(0,s.jsx)(p.Provider,{value:n,children:t})}function h(){const e=(0,r.useContext)(p);if(!e)throw new i.dV("AnnouncementBarProvider");return e}},3535:(e,t,n)=>{"use strict";n.d(t,{N:()=>y,u:()=>u});var r=n(6540),a=n(9136),o=n(372),i=n(4924),l=n(4848);const s="ease-in-out";function u(e){let{initialState:t}=e;const[n,a]=(0,r.useState)(t??!1),o=(0,r.useCallback)((()=>{a((e=>!e))}),[]);return{collapsed:n,setCollapsed:a,toggleCollapsed:o}}const c={display:"none",overflow:"hidden",height:"0px"},d={display:"block",overflow:"visible",height:"auto"};function f(e,t){const n=t?c:d;e.style.display=n.display,e.style.overflow=n.overflow,e.style.height=n.height}function p(e){let{collapsibleRef:t,collapsed:n,animation:a}=e;const o=(0,r.useRef)(!1);(0,r.useEffect)((()=>{const e=t.current;function r(){const t=e.scrollHeight,n=a?.duration??function(e){if((0,i.O)())return 1;const t=e/36;return Math.round(10*(4+15*t**.25+t/5))}(t);return{transition:`height ${n}ms ${a?.easing??s}`,height:`${t}px`}}function l(){const t=r();e.style.transition=t.transition,e.style.height=t.height}if(!o.current)return f(e,n),void(o.current=!0);return e.style.willChange="height",function(){const t=requestAnimationFrame((()=>{n?(l(),requestAnimationFrame((()=>{e.style.height=c.height,e.style.overflow=c.overflow}))):(e.style.display="block",requestAnimationFrame((()=>{l()})))}));return()=>cancelAnimationFrame(t)}()}),[t,n,a])}function m(e){let{collapsed:t,isBrowser:n}=e;if(!n)return t?c:d}function h(e){let{as:t="div",collapsed:n,children:o,animation:i,onCollapseTransitionEnd:s,className:u,disableSSRStyle:c}=e;const d=(0,a.A)(),h=(0,r.useRef)(null);return p({collapsibleRef:h,collapsed:n,animation:i}),(0,l.jsx)(t,{ref:h,style:c?void 0:m({collapsed:n,isBrowser:d}),onTransitionEnd:e=>{"height"===e.propertyName&&(f(h.current,n),s?.(n))},className:u,children:o})}function g(e){let{collapsed:t,...n}=e;const[a,i]=(0,r.useState)(!t),[s,u]=(0,r.useState)(t);return(0,o.A)((()=>{t||i(!0)}),[t]),(0,o.A)((()=>{a&&u(t)}),[a,t]),a?(0,l.jsx)(h,{...n,collapsed:s}):null}function y(e){let{lazy:t,...n}=e;const r=t?g:h;return(0,l.jsx)(r,{...n})}},3722:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const r=e=>"object"==typeof e&&!!e&&Object.keys(e).length>0;function a(e){const t={};return function e(n,a){Object.entries(n).forEach((n=>{let[o,i]=n;const l=a?`${a}.${o}`:o;r(i)?e(i,l):t[l]=i}))}(e),t}},4023:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var r=n(6540),a=n(1934),o=n(7143),i=n(99),l=n(1410),s=n(5313),u=n(4848);function c(e){let{error:t,tryAgain:n}=e;return(0,u.jsxs)("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"flex-start",minHeight:"100vh",width:"100%",maxWidth:"80ch",fontSize:"20px",margin:"0 auto",padding:"1rem"},children:[(0,u.jsx)("h1",{style:{fontSize:"3rem"},children:"This page crashed"}),(0,u.jsx)("button",{type:"button",onClick:n,style:{margin:"1rem 0",fontSize:"2rem",cursor:"pointer",borderRadius:20,padding:"1rem"},children:"Try again"}),(0,u.jsx)(d,{error:t})]})}function d(e){let{error:t}=e;const n=(0,i.rA)(t).map((e=>e.message)).join("\n\nCause:\n");return(0,u.jsx)("p",{style:{whiteSpace:"pre-wrap"},children:n})}function f(e){let{children:t}=e;return(0,u.jsx)(s.W,{value:{plugin:{name:"docusaurus-core-error-boundary",id:"default"}},children:t})}function p(e){let{error:t,tryAgain:n}=e;return(0,u.jsx)(f,{children:(0,u.jsxs)(h,{fallback:()=>(0,u.jsx)(c,{error:t,tryAgain:n}),children:[(0,u.jsx)(o.A,{children:(0,u.jsx)("title",{children:"Page Error"})}),(0,u.jsx)(l.A,{children:(0,u.jsx)(c,{error:t,tryAgain:n})})]})})}const m=e=>(0,u.jsx)(p,{...e});class h extends r.Component{constructor(e){super(e),this.state={error:null}}componentDidCatch(e){a.A.canUseDOM&&this.setState({error:e})}render(){const{children:e}=this.props,{error:t}=this.state;if(t){const e={error:t,tryAgain:()=>this.setState({error:null})};return(this.props.fallback??m)(e)}return e??null}}},4054:e=>{"use strict";e.exports=JSON.parse('{"/awSQL/-af5":{"__comp":"5e95c892","__context":{"plugin":"aba21aa0"}},"/awSQL/-7d7":{"__comp":"a7bd4aaa","__props":"e2f8b94f"},"/awSQL/-266":{"__comp":"a94703ab"},"/awSQL/category/classes-4b4":{"__comp":"14eb3368","__props":"a52c2351"},"/awSQL/category/example-database-427":{"__comp":"14eb3368","__props":"af19f545"},"/awSQL/category/typedefs-812":{"__comp":"14eb3368","__props":"e393803f"},"/awSQL/classes/alter-table-838":{"__comp":"17896441","content":"c8ec3168"},"/awSQL/classes/awsql-62f":{"__comp":"17896441","content":"d7af1896"},"/awSQL/classes/create-table-e6d":{"__comp":"17896441","content":"763f4ffe"},"/awSQL/classes/delete-079":{"__comp":"17896441","content":"7e36430b"},"/awSQL/classes/insert-e8b":{"__comp":"17896441","content":"58de6db1"},"/awSQL/classes/instance-928":{"__comp":"17896441","content":"7617dfbd"},"/awSQL/classes/select-06d":{"__comp":"17896441","content":"23e85390"},"/awSQL/classes/structure-0a8":{"__comp":"17896441","content":"24da6c76"},"/awSQL/classes/update-d2e":{"__comp":"17896441","content":"2ab12074"},"/awSQL/example-db/Categories-591":{"__comp":"17896441","content":"da8fdd4d"},"/awSQL/example-db/Customers-015":{"__comp":"17896441","content":"c8769413"},"/awSQL/example-db/Employees-487":{"__comp":"17896441","content":"29b1da97"},"/awSQL/example-db/OrderDetails-9f0":{"__comp":"17896441","content":"f8062fff"},"/awSQL/example-db/Orders-2d4":{"__comp":"17896441","content":"80ddc423"},"/awSQL/example-db/Products-fe7":{"__comp":"17896441","content":"4aa16d27"},"/awSQL/example-db/Shippers-157":{"__comp":"17896441","content":"b4c15e47"},"/awSQL/example-db/Suppliers-961":{"__comp":"17896441","content":"62179925"},"/awSQL/typedefs/column-structure-93b":{"__comp":"17896441","content":"3ee20894"},"/awSQL/typedefs/constraint-options-75a":{"__comp":"17896441","content":"a6964e95"},"/awSQL/typedefs/okpacket-e87":{"__comp":"17896441","content":"b5207823"},"/awSQL/-4a2":{"__comp":"17896441","content":"0e384e19"}}')},4146:(e,t,n)=>{"use strict";var r=n(4363),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};function s(e){return r.isMemo(e)?i:l[e.$$typeof]||a}l[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},l[r.Memo]=i;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,m=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(m){var a=p(n);a&&a!==m&&e(t,a,r)}var i=c(n);d&&(i=i.concat(d(n)));for(var l=s(t),h=s(n),g=0;g{"use strict";function r(e){var t,n,a="";if("string"==typeof e||"number"==typeof e)a+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;ta});const a=function(){for(var e,t,n=0,a="",o=arguments.length;n{"use strict";n.d(t,{W:()=>r});const r="default"},4363:(e,t,n)=>{"use strict";e.exports=n(2799)},4477:(e,t)=>{"use strict";function n(e,t){var n=e.length;e.push(t);e:for(;0>>1,a=e[r];if(!(0>>1;ro(s,n))uo(c,s)?(e[r]=c,e[u]=n,r=u):(e[r]=s,e[l]=n,r=l);else{if(!(uo(c,n)))break e;e[r]=c,e[u]=n,r=u}}}return t}function o(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}if(t.unstable_now=void 0,"object"==typeof performance&&"function"==typeof performance.now){var i=performance;t.unstable_now=function(){return i.now()}}else{var l=Date,s=l.now();t.unstable_now=function(){return l.now()-s}}var u=[],c=[],d=1,f=null,p=3,m=!1,h=!1,g=!1,y="function"==typeof setTimeout?setTimeout:null,b="function"==typeof clearTimeout?clearTimeout:null,v="undefined"!=typeof setImmediate?setImmediate:null;function w(e){for(var t=r(c);null!==t;){if(null===t.callback)a(c);else{if(!(t.startTime<=e))break;a(c),t.sortIndex=t.expirationTime,n(u,t)}t=r(c)}}function k(e){if(g=!1,w(e),!h)if(null!==r(u))h=!0,P();else{var t=r(c);null!==t&&O(k,t.startTime-e)}}var S,x=!1,E=-1,_=5,C=-1;function A(){return!(t.unstable_now()-C<_)}function T(){if(x){var e=t.unstable_now();C=e;var n=!0;try{e:{h=!1,g&&(g=!1,b(E),E=-1),m=!0;var o=p;try{t:{for(w(e),f=r(u);null!==f&&!(f.expirationTime>e&&A());){var i=f.callback;if("function"==typeof i){f.callback=null,p=f.priorityLevel;var l=i(f.expirationTime<=e);if(e=t.unstable_now(),"function"==typeof l){f.callback=l,w(e),n=!0;break t}f===r(u)&&a(u),w(e)}else a(u);f=r(u)}if(null!==f)n=!0;else{var s=r(c);null!==s&&O(k,s.startTime-e),n=!1}}break e}finally{f=null,p=o,m=!1}n=void 0}}finally{n?S():x=!1}}}if("function"==typeof v)S=function(){v(T)};else if("undefined"!=typeof MessageChannel){var L=new MessageChannel,j=L.port2;L.port1.onmessage=T,S=function(){j.postMessage(null)}}else S=function(){y(T,0)};function P(){x||(x=!0,S())}function O(e,n){E=y((function(){e(t.unstable_now())}),n)}t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){h||m||(h=!0,P())},t.unstable_forceFrameRate=function(e){0>e||125i?(e.sortIndex=o,n(c,e),null===r(u)&&e===r(c)&&(g?(b(E),E=-1):g=!0,O(k,o-i))):(e.sortIndex=l,n(u,e),h||m||(h=!0,P())),e},t.unstable_shouldYield=A,t.unstable_wrapCallback=function(e){var t=p;return function(){var n=p;p=t;try{return e.apply(this,arguments)}finally{p=n}}}},4625:(e,t,n)=>{"use strict";n.d(t,{I9:()=>d,Kd:()=>c,N_:()=>y,k2:()=>w});var r=n(6347),a=n(2892),o=n(6540),i=n(1513),l=n(8168),s=n(8587),u=n(1561),c=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),a=0;a{e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},4635:(e,t,n)=>{"use strict";n.d(t,{e:()=>p,M:()=>m});var r=n(6540),a=n(3065),o=n(6682),i=n(6347),l=n(6849);function s(e){!function(e){const t=(0,i.W6)(),n=(0,l._q)(e);(0,r.useEffect)((()=>t.block(((e,t)=>n(e,t)))),[t,n])}(((t,n)=>{if("POP"===n)return e(t,n)}))}var u=n(3115),c=n(4848);const d=r.createContext(void 0);function f(){const e=function(){const e=(0,a.YL)(),{items:t}=(0,u.p)().navbar;return 0===t.length&&!e.component}(),t=(0,o.l)(),n=!e&&"mobile"===t,[i,l]=(0,r.useState)(!1);s((()=>{if(i)return l(!1),!1}));const c=(0,r.useCallback)((()=>{l((e=>!e))}),[]);return(0,r.useEffect)((()=>{"desktop"===t&&l(!1)}),[t]),(0,r.useMemo)((()=>({disabled:e,shouldRender:n,toggle:c,shown:i})),[e,n,c,i])}function p(e){let{children:t}=e;const n=f();return(0,c.jsx)(d.Provider,{value:n,children:t})}function m(){const e=r.useContext(d);if(void 0===e)throw new l.dV("NavbarMobileSidebarProvider");return e}},4784:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const r={title:"awSQL Documentation",tagline:"Documentation for awesome Sequel",favicon:"img/favicon.ico",url:"https://your-docusaurus-site.example.com",baseUrl:"/awSQL/",onBrokenLinks:"throw",onBrokenMarkdownLinks:"warn",i18n:{defaultLocale:"en",locales:["en"],path:"i18n",localeConfigs:{}},presets:[["classic",{docs:{routeBasePath:"/"},theme:{customCss:"./src/css/custom.css"}}]],themeConfig:{navbar:{title:"awSQL Documentation",logo:{alt:"awSQL Logo",src:"img/logo512_transparent.png"},items:[],hideOnScroll:!1},footer:{style:"dark",copyright:"Copyright \xa9 2025 awSQL by Sam",links:[]},prism:{theme:{plain:{color:"#393A34",backgroundColor:"#f6f8fa"},styles:[{types:["comment","prolog","doctype","cdata"],style:{color:"#999988",fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}},{types:["string","attr-value"],style:{color:"#e3116c"}},{types:["punctuation","operator"],style:{color:"#393A34"}},{types:["entity","url","symbol","number","boolean","variable","constant","property","regex","inserted"],style:{color:"#36acaa"}},{types:["atrule","keyword","attr-name","selector"],style:{color:"#00a4db"}},{types:["function","deleted","tag"],style:{color:"#d73a49"}},{types:["function-variable"],style:{color:"#6f42c1"}},{types:["tag","selector","keyword"],style:{color:"#00009f"}}]},darkTheme:{plain:{color:"#F8F8F2",backgroundColor:"#282A36"},styles:[{types:["prolog","constant","builtin"],style:{color:"rgb(189, 147, 249)"}},{types:["inserted","function"],style:{color:"rgb(80, 250, 123)"}},{types:["deleted"],style:{color:"rgb(255, 85, 85)"}},{types:["changed"],style:{color:"rgb(255, 184, 108)"}},{types:["punctuation","symbol"],style:{color:"rgb(248, 248, 242)"}},{types:["string","char","tag","selector"],style:{color:"rgb(255, 121, 198)"}},{types:["keyword","variable"],style:{color:"rgb(189, 147, 249)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(98, 114, 164)"}},{types:["attr-name"],style:{color:"rgb(241, 250, 140)"}}]},additionalLanguages:[],magicComments:[{className:"theme-code-block-highlighted-line",line:"highlight-next-line",block:{start:"highlight-start",end:"highlight-end"}}]},colorMode:{defaultMode:"light",disableSwitch:!1,respectPrefersColorScheme:!1},docs:{versionPersistence:"localStorage",sidebar:{hideable:!1,autoCollapseCategories:!1}},blog:{sidebar:{groupByYear:!0}},metadata:[],tableOfContents:{minHeadingLevel:2,maxHeadingLevel:3}},baseUrlIssueBanner:!0,future:{experimental_faster:{swcJsLoader:!1,swcJsMinimizer:!1,swcHtmlMinimizer:!1,lightningCssMinimizer:!1,mdxCrossCompilerCache:!1,rspackBundler:!1},experimental_storage:{type:"localStorage",namespace:!1},experimental_router:"browser"},onBrokenAnchors:"warn",onDuplicateRoutes:"warn",staticDirectories:["static"],customFields:{},plugins:[],themes:[],scripts:[],headTags:[],stylesheets:[],clientModules:[],titleDelimiter:"|",noIndex:!1,markdown:{format:"mdx",mermaid:!1,mdx1Compat:{comments:!0,admonitions:!0,headingIds:!0},anchors:{maintainCase:!1}}}},4848:(e,t,n)=>{"use strict";e.exports=n(9698)},4924:(e,t,n)=>{"use strict";function r(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}n.d(t,{O:()=>r})},4974:(e,t,n)=>{"use strict";n.d(t,{o:()=>o,x:()=>i});var r=n(6540),a=n(4848);const o=r.createContext(!1);function i(e){let{children:t}=e;const[n,i]=(0,r.useState)(!1);return(0,r.useEffect)((()=>{i(!0)}),[]),(0,a.jsx)(o.Provider,{value:n,children:t})}},5161:(e,t,n)=>{"use strict";var r=n(6540),a=n(5338),o=n(545),i=n(4625),l=n(4784),s=n(1934);const u=[n(7378),n(7264),n(8867),n(2094)];var c=n(8912),d=n(6347),f=n(2831),p=n(4848);function m(e){let{children:t}=e;return(0,p.jsx)(p.Fragment,{children:t})}var h=n(7143),g=n(797),y=n(9030),b=n(3115),v=n(1769),w=n(7976),k=n(7788);var S=n(99),x=n(7220);function E(){const{i18n:{currentLocale:e,defaultLocale:t,localeConfigs:n}}=(0,g.A)(),r=(0,w.o)(),a=n[e].htmlLang,o=e=>e.replace("-","_");return(0,p.jsxs)(h.A,{children:[Object.entries(n).map((e=>{let[t,{htmlLang:n}]=e;return(0,p.jsx)("link",{rel:"alternate",href:r.createUrl({locale:t,fullyQualified:!0}),hrefLang:n},t)})),(0,p.jsx)("link",{rel:"alternate",href:r.createUrl({locale:t,fullyQualified:!0}),hrefLang:"x-default"}),(0,p.jsx)("meta",{property:"og:locale",content:o(a)}),Object.values(n).filter((e=>a!==e.htmlLang)).map((e=>(0,p.jsx)("meta",{property:"og:locale:alternate",content:o(e.htmlLang)},`meta-og-${e.htmlLang}`)))]})}function _(e){let{permalink:t}=e;const{siteConfig:{url:n}}=(0,g.A)(),r=function(){const{siteConfig:{url:e,baseUrl:t,trailingSlash:n}}=(0,g.A)(),{pathname:r}=(0,d.zy)();return e+(0,S.Ks)((0,y.Ay)(r),{trailingSlash:n,baseUrl:t})}(),a=t?`${n}${t}`:r;return(0,p.jsxs)(h.A,{children:[(0,p.jsx)("meta",{property:"og:url",content:a}),(0,p.jsx)("link",{rel:"canonical",href:a})]})}function C(){const{i18n:{currentLocale:e}}=(0,g.A)(),{metadata:t,image:n}=(0,b.p)();return(0,p.jsxs)(p.Fragment,{children:[(0,p.jsxs)(h.A,{children:[(0,p.jsx)("meta",{name:"twitter:card",content:"summary_large_image"}),(0,p.jsx)("body",{className:k.w})]}),n&&(0,p.jsx)(v.be,{image:n}),(0,p.jsx)(_,{}),(0,p.jsx)(E,{}),(0,p.jsx)(x.A,{tag:"default",locale:e}),(0,p.jsx)(h.A,{children:t.map(((e,t)=>(0,p.jsx)("meta",{...e},t)))})]})}const A=new Map;var T=n(4974),L=n(6193),j=n(372);function P(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r{const r=t.default?.[e]??t[e];return r?.(...n)}));return()=>a.forEach((e=>e?.()))}const O=function(e){let{children:t,location:n,previousLocation:r}=e;return(0,j.A)((()=>{r!==n&&(!function(e){let{location:t,previousLocation:n}=e;if(!n)return;const r=t.pathname===n.pathname,a=t.hash===n.hash,o=t.search===n.search;if(r&&a&&!o)return;const{hash:i}=t;if(i){const e=decodeURIComponent(i.substring(1)),t=document.getElementById(e);t?.scrollIntoView()}else window.scrollTo(0,0)}({location:n,previousLocation:r}),P("onRouteDidUpdate",{previousLocation:r,location:n}))}),[r,n]),t};function N(e){const t=Array.from(new Set([e,decodeURI(e)])).map((e=>(0,f.u)(c.A,e))).flat();return Promise.all(t.map((e=>e.route.component.preload?.())))}class R extends r.Component{previousLocation;routeUpdateCleanupCb;constructor(e){super(e),this.previousLocation=null,this.routeUpdateCleanupCb=s.A.canUseDOM?P("onRouteUpdate",{previousLocation:null,location:this.props.location}):()=>{},this.state={nextRouteHasLoaded:!0}}shouldComponentUpdate(e,t){if(e.location===this.props.location)return t.nextRouteHasLoaded;const n=e.location;return this.previousLocation=this.props.location,this.setState({nextRouteHasLoaded:!1}),this.routeUpdateCleanupCb=P("onRouteUpdate",{previousLocation:this.previousLocation,location:n}),N(n.pathname).then((()=>{this.routeUpdateCleanupCb(),this.setState({nextRouteHasLoaded:!0})})).catch((e=>{console.warn(e),window.location.reload()})),!1}render(){const{children:e,location:t}=this.props;return(0,p.jsx)(O,{previousLocation:this.previousLocation,location:t,children:(0,p.jsx)(d.qh,{location:t,render:()=>e})})}}const D=R,F="__docusaurus-base-url-issue-banner-suggestion-container";function I(e){return`\ndocument.addEventListener('DOMContentLoaded', function maybeInsertBanner() {\n var shouldInsert = typeof window['docusaurus'] === 'undefined';\n shouldInsert && insertBanner();\n});\n\nfunction insertBanner() {\n var bannerContainer = document.createElement('div');\n bannerContainer.id = '__docusaurus-base-url-issue-banner-container';\n var bannerHtml = ${JSON.stringify(function(e){return`\n
\n

Your Docusaurus site did not load properly.

\n

A very common reason is a wrong site baseUrl configuration.

\n

Current configured baseUrl = ${e} ${"/"===e?" (default value)":""}

\n

We suggest trying baseUrl =

\n
\n`}(e)).replace(/{let{route:t}=e;return!0===t.exact})))return A.set(e.pathname,e.pathname),e;const t=e.pathname.trim().replace(/(?:\/index)?\.html$/,"")||"/";return A.set(e.pathname,t),{...e,pathname:t}}((0,d.zy)());return(0,p.jsx)(D,{location:e,children:H})}function Q(){return(0,p.jsx)($.A,{children:(0,p.jsx)(L.l,{children:(0,p.jsxs)(T.x,{children:[(0,p.jsxs)(m,{children:[(0,p.jsx)(B,{}),(0,p.jsx)(C,{}),(0,p.jsx)(z,{}),(0,p.jsx)(G,{})]}),(0,p.jsx)(q,{})]})})})}var V=n(4054);const W=function(e){try{return document.createElement("link").relList.supports(e)}catch{return!1}}("prefetch")?function(e){return new Promise(((t,n)=>{if("undefined"==typeof document)return void n();const r=document.createElement("link");r.setAttribute("rel","prefetch"),r.setAttribute("href",e),r.onload=()=>t(),r.onerror=()=>n();const a=document.getElementsByTagName("head")[0]??document.getElementsByName("script")[0]?.parentNode;a?.appendChild(r)}))}:function(e){return new Promise(((t,n)=>{const r=new XMLHttpRequest;r.open("GET",e,!0),r.withCredentials=!0,r.onload=()=>{200===r.status?t():n()},r.send(null)}))};var K=n(3722);const Y=new Set,X=new Set,Z=()=>navigator.connection?.effectiveType.includes("2g")||navigator.connection?.saveData,J={prefetch:e=>{if(!(e=>!Z()&&!X.has(e)&&!Y.has(e))(e))return!1;Y.add(e);const t=(0,f.u)(c.A,e).flatMap((e=>{return t=e.route.path,Object.entries(V).filter((e=>{let[n]=e;return n.replace(/-[^-]+$/,"")===t})).flatMap((e=>{let[,t]=e;return Object.values((0,K.A)(t))}));var t}));return Promise.all(t.map((e=>{const t=n.gca(e);return t&&!t.includes("undefined")?W(t).catch((()=>{})):Promise.resolve()})))},preload:e=>!!(e=>!Z()&&!X.has(e))(e)&&(X.add(e),N(e))},ee=Object.freeze(J);function te(e){let{children:t}=e;return"hash"===l.A.future.experimental_router?(0,p.jsx)(i.I9,{children:t}):(0,p.jsx)(i.Kd,{children:t})}const ne=Boolean(!0);if(s.A.canUseDOM){window.docusaurus=ee;const e=document.getElementById("__docusaurus"),t=(0,p.jsx)(o.vd,{children:(0,p.jsx)(te,{children:(0,p.jsx)(Q,{})})}),n=(e,t)=>{console.error("Docusaurus React Root onRecoverableError:",e,t)},i=()=>{if(window.docusaurusRoot)window.docusaurusRoot.render(t);else if(ne)window.docusaurusRoot=a.hydrateRoot(e,t,{onRecoverableError:n});else{const r=a.createRoot(e,{onRecoverableError:n});r.render(t),window.docusaurusRoot=r}};N(window.location.pathname).then((()=>{(0,r.startTransition)(i)}))}},5246:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(6540);n(4848);const a=r.createContext({collectAnchor:()=>{},collectLink:()=>{}}),o=()=>(0,r.useContext)(a);function i(){return o()}},5302:(e,t,n)=>{var r=n(4634);e.exports=m,e.exports.parse=o,e.exports.compile=function(e,t){return s(o(e,t),t)},e.exports.tokensToFunction=s,e.exports.tokensToRegExp=p;var a=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function o(e,t){for(var n,r=[],o=0,l=0,s="",u=t&&t.delimiter||"/";null!=(n=a.exec(e));){var d=n[0],f=n[1],p=n.index;if(s+=e.slice(l,p),l=p+d.length,f)s+=f[1];else{var m=e[l],h=n[2],g=n[3],y=n[4],b=n[5],v=n[6],w=n[7];s&&(r.push(s),s="");var k=null!=h&&null!=m&&m!==h,S="+"===v||"*"===v,x="?"===v||"*"===v,E=h||u,_=y||b,C=h||("string"==typeof r[r.length-1]?r[r.length-1]:"");r.push({name:g||o++,prefix:h||"",delimiter:E,optional:x,repeat:S,partial:k,asterisk:!!w,pattern:_?c(_):w?".*":i(E,C)})}}return l-1?"[^"+u(e)+"]+?":u(t)+"|(?:(?!"+u(t)+")[^"+u(e)+"])+?"}function l(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function s(e,t){for(var n=new Array(e.length),a=0;a{"use strict";n.d(t,{W:()=>i,o:()=>o});var r=n(6540),a=n(4848);const o=r.createContext(null);function i(e){let{children:t,value:n}=e;const i=r.useContext(o),l=(0,r.useMemo)((()=>function(e){let{parent:t,value:n}=e;if(!t){if(!n)throw new Error("Unexpected: no Docusaurus route context found");if(!("plugin"in n))throw new Error("Unexpected: Docusaurus topmost route context has no `plugin` attribute");return n}const r={...t.data,...n?.data};return{plugin:t.plugin,data:r}}({parent:i,value:n})),[i,n]);return(0,a.jsx)(o.Provider,{value:l,children:t})}},5338:(e,t,n)=>{"use strict";!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}(),e.exports=n(1247)},5556:(e,t,n)=>{e.exports=n(2694)()},5627:(e,t,n)=>{"use strict";n.d(t,{Mq:()=>f,Tv:()=>u,gk:()=>p});var r=n(6540),a=n(1934),o=n(9136),i=(n(372),n(6849)),l=n(4848);const s=r.createContext(void 0);function u(e){let{children:t}=e;const n=function(){const e=(0,r.useRef)(!0);return(0,r.useMemo)((()=>({scrollEventsEnabledRef:e,enableScrollEvents:()=>{e.current=!0},disableScrollEvents:()=>{e.current=!1}})),[])}();return(0,l.jsx)(s.Provider,{value:n,children:t})}function c(){const e=(0,r.useContext)(s);if(null==e)throw new i.dV("ScrollControllerProvider");return e}const d=()=>a.A.canUseDOM?{scrollX:window.pageXOffset,scrollY:window.pageYOffset}:null;function f(e,t){void 0===t&&(t=[]);const{scrollEventsEnabledRef:n}=c(),a=(0,r.useRef)(d()),o=(0,i._q)(e);(0,r.useEffect)((()=>{const e=()=>{if(!n.current)return;const e=d();o(e,a.current),a.current=e},t={passive:!0};return e(),window.addEventListener("scroll",e,t),()=>window.removeEventListener("scroll",e,t)}),[o,n,...t])}function p(){const e=(0,r.useRef)(null),t=(0,o.A)()&&"smooth"===getComputedStyle(document.documentElement).scrollBehavior;return{startScroll:n=>{e.current=t?function(e){return window.scrollTo({top:e,behavior:"smooth"}),()=>{}}(n):function(e){let t=null;const n=document.documentElement.scrollTop>e;return function r(){const a=document.documentElement.scrollTop;(n&&a>e||!n&&at&&cancelAnimationFrame(t)}(n)},cancelScroll:()=>e.current?.()}}},5891:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});n(6540);const r={iconExternalLink:"iconExternalLink_nPIU"};var a=n(4848);function o(e){let{width:t=13.5,height:n=13.5}=e;return(0,a.jsx)("svg",{width:t,height:n,"aria-hidden":"true",viewBox:"0 0 24 24",className:r.iconExternalLink,children:(0,a.jsx)("path",{fill:"currentColor",d:"M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"})})}},5947:function(e,t,n){var r,a;r=function(){var e,t,n={version:"0.2.0"},r=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'
'};function a(e,t,n){return en?n:e}function o(e){return 100*(-1+e)}function i(e,t,n){var a;return(a="translate3d"===r.positionUsing?{transform:"translate3d("+o(e)+"%,0,0)"}:"translate"===r.positionUsing?{transform:"translate("+o(e)+"%,0)"}:{"margin-left":o(e)+"%"}).transition="all "+t+"ms "+n,a}n.configure=function(e){var t,n;for(t in e)void 0!==(n=e[t])&&e.hasOwnProperty(t)&&(r[t]=n);return this},n.status=null,n.set=function(e){var t=n.isStarted();e=a(e,r.minimum,1),n.status=1===e?null:e;var o=n.render(!t),u=o.querySelector(r.barSelector),c=r.speed,d=r.easing;return o.offsetWidth,l((function(t){""===r.positionUsing&&(r.positionUsing=n.getPositioningCSS()),s(u,i(e,c,d)),1===e?(s(o,{transition:"none",opacity:1}),o.offsetWidth,setTimeout((function(){s(o,{transition:"all "+c+"ms linear",opacity:0}),setTimeout((function(){n.remove(),t()}),c)}),c)):setTimeout(t,c)})),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var e=function(){setTimeout((function(){n.status&&(n.trickle(),e())}),r.trickleSpeed)};return r.trickle&&e(),this},n.done=function(e){return e||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(e){var t=n.status;return t?("number"!=typeof e&&(e=(1-t)*a(Math.random()*t,.1,.95)),t=a(t+e,0,.994),n.set(t)):n.start()},n.trickle=function(){return n.inc(Math.random()*r.trickleRate)},e=0,t=0,n.promise=function(r){return r&&"resolved"!==r.state()?(0===t&&n.start(),e++,t++,r.always((function(){0==--t?(e=0,n.done()):n.set((e-t)/e)})),this):this},n.render=function(e){if(n.isRendered())return document.getElementById("nprogress");c(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=r.template;var a,i=t.querySelector(r.barSelector),l=e?"-100":o(n.status||0),u=document.querySelector(r.parent);return s(i,{transition:"all 0 linear",transform:"translate3d("+l+"%,0,0)"}),r.showSpinner||(a=t.querySelector(r.spinnerSelector))&&p(a),u!=document.body&&c(u,"nprogress-custom-parent"),u.appendChild(t),t},n.remove=function(){d(document.documentElement,"nprogress-busy"),d(document.querySelector(r.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&p(e)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective"in e?"translate3d":t+"Transform"in e?"translate":"margin"};var l=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),s=function(){var e=["Webkit","O","Moz","ms"],t={};function n(e){return e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()}))}function r(t){var n=document.body.style;if(t in n)return t;for(var r,a=e.length,o=t.charAt(0).toUpperCase()+t.slice(1);a--;)if((r=e[a]+o)in n)return r;return t}function a(e){return e=n(e),t[e]||(t[e]=r(e))}function o(e,t,n){t=a(t),e.style[t]=n}return function(e,t){var n,r,a=arguments;if(2==a.length)for(n in t)void 0!==(r=t[n])&&t.hasOwnProperty(n)&&o(e,n,r);else o(e,a[1],a[2])}}();function u(e,t){return("string"==typeof e?e:f(e)).indexOf(" "+t+" ")>=0}function c(e,t){var n=f(e),r=n+t;u(n,t)||(e.className=r.substring(1))}function d(e,t){var n,r=f(e);u(e,t)&&(n=r.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function f(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function p(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return n},void 0===(a="function"==typeof r?r.call(t,n,t,e):r)||(e.exports=a)},6193:(e,t,n)=>{"use strict";n.d(t,{o:()=>d,l:()=>f});var r=n(6540),a=n(4784);const o=JSON.parse('{"docusaurus-plugin-content-docs":{"default":{"path":"/awSQL/","versions":[{"name":"current","label":"Next","isLast":true,"path":"/awSQL/","mainDocId":"intro","docs":[{"id":"classes/alter-table","path":"/awSQL/classes/alter-table","sidebar":"defaultSidebar"},{"id":"classes/awsql","path":"/awSQL/classes/awsql","sidebar":"defaultSidebar"},{"id":"classes/create-table","path":"/awSQL/classes/create-table","sidebar":"defaultSidebar"},{"id":"classes/delete","path":"/awSQL/classes/delete","sidebar":"defaultSidebar"},{"id":"classes/insert","path":"/awSQL/classes/insert","sidebar":"defaultSidebar"},{"id":"classes/instance","path":"/awSQL/classes/instance","sidebar":"defaultSidebar"},{"id":"classes/select","path":"/awSQL/classes/select","sidebar":"defaultSidebar"},{"id":"classes/structure","path":"/awSQL/classes/structure","sidebar":"defaultSidebar"},{"id":"classes/update","path":"/awSQL/classes/update","sidebar":"defaultSidebar"},{"id":"example-db/Categories","path":"/awSQL/example-db/Categories","sidebar":"defaultSidebar"},{"id":"example-db/Customers","path":"/awSQL/example-db/Customers","sidebar":"defaultSidebar"},{"id":"example-db/Employees","path":"/awSQL/example-db/Employees","sidebar":"defaultSidebar"},{"id":"example-db/OrderDetails","path":"/awSQL/example-db/OrderDetails","sidebar":"defaultSidebar"},{"id":"example-db/Orders","path":"/awSQL/example-db/Orders","sidebar":"defaultSidebar"},{"id":"example-db/Products","path":"/awSQL/example-db/Products","sidebar":"defaultSidebar"},{"id":"example-db/Shippers","path":"/awSQL/example-db/Shippers","sidebar":"defaultSidebar"},{"id":"example-db/Suppliers","path":"/awSQL/example-db/Suppliers","sidebar":"defaultSidebar"},{"id":"intro","path":"/awSQL/","sidebar":"defaultSidebar"},{"id":"typedefs/column-structure","path":"/awSQL/typedefs/column-structure","sidebar":"defaultSidebar"},{"id":"typedefs/constraint-options","path":"/awSQL/typedefs/constraint-options","sidebar":"defaultSidebar"},{"id":"typedefs/okpacket","path":"/awSQL/typedefs/okpacket","sidebar":"defaultSidebar"},{"id":"/category/classes","path":"/awSQL/category/classes","sidebar":"defaultSidebar"},{"id":"/category/typedefs","path":"/awSQL/category/typedefs","sidebar":"defaultSidebar"},{"id":"/category/example-database","path":"/awSQL/category/example-database","sidebar":"defaultSidebar"}],"draftIds":[],"sidebars":{"defaultSidebar":{"link":{"path":"/awSQL/","label":"intro"}}}}],"breadcrumbs":true}}}'),i=JSON.parse('{"defaultLocale":"en","locales":["en"],"path":"i18n","currentLocale":"en","localeConfigs":{"en":{"label":"English","direction":"ltr","htmlLang":"en","calendar":"gregory","path":"en"}}}');var l=n(2654);const s=JSON.parse('{"docusaurusVersion":"3.7.0","siteVersion":"0.0.0","pluginVersions":{"docusaurus-plugin-content-docs":{"type":"package","name":"@docusaurus/plugin-content-docs","version":"3.7.0"},"docusaurus-plugin-content-blog":{"type":"package","name":"@docusaurus/plugin-content-blog","version":"3.7.0"},"docusaurus-plugin-content-pages":{"type":"package","name":"@docusaurus/plugin-content-pages","version":"3.7.0"},"docusaurus-plugin-sitemap":{"type":"package","name":"@docusaurus/plugin-sitemap","version":"3.7.0"},"docusaurus-plugin-svgr":{"type":"package","name":"@docusaurus/plugin-svgr","version":"3.7.0"},"docusaurus-theme-classic":{"type":"package","name":"@docusaurus/theme-classic","version":"3.7.0"}}}');var u=n(4848);const c={siteConfig:a.A,siteMetadata:s,globalData:o,i18n:i,codeTranslations:l},d=r.createContext(c);function f(e){let{children:t}=e;return(0,u.jsx)(d.Provider,{value:c,children:t})}},6221:(e,t,n)=>{"use strict";var r=n(6540);function a(e){var t="https://react.dev/errors/"+e;if(1{"use strict";n.d(t,{A:()=>p});var r=n(6540),a=n(4625),o=n(99),i=n(797),l=n(2887),s=n(1934),u=n(5246),c=n(9030),d=n(4848);function f(e,t){let{isNavLink:n,to:f,href:p,activeClassName:m,isActive:h,"data-noBrokenLinkCheck":g,autoAddBaseUrl:y=!0,...b}=e;const{siteConfig:v}=(0,i.A)(),{trailingSlash:w,baseUrl:k}=v,S=v.future.experimental_router,{withBaseUrl:x}=(0,c.hH)(),E=(0,u.A)(),_=(0,r.useRef)(null);(0,r.useImperativeHandle)(t,(()=>_.current));const C=f||p;const A=(0,l.A)(C),T=C?.replace("pathname://","");let L=void 0!==T?(j=T,y&&(e=>e.startsWith("/"))(j)?x(j):j):void 0;var j;"hash"===S&&L?.startsWith("./")&&(L=L?.slice(1)),L&&A&&(L=(0,o.Ks)(L,{trailingSlash:w,baseUrl:k}));const P=(0,r.useRef)(!1),O=n?a.k2:a.N_,N=s.A.canUseIntersectionObserver,R=(0,r.useRef)(),D=()=>{P.current||null==L||(window.docusaurus.preload(L),P.current=!0)};(0,r.useEffect)((()=>(!N&&A&&s.A.canUseDOM&&null!=L&&window.docusaurus.prefetch(L),()=>{N&&R.current&&R.current.disconnect()})),[R,L,N,A]);const F=L?.startsWith("#")??!1,I=!b.target||"_self"===b.target,M=!L||!A||!I||F&&"hash"!==S;g||!F&&M||E.collectLink(L),b.id&&E.collectAnchor(b.id);const z={};return M?(0,d.jsx)("a",{ref:_,href:L,...C&&!A&&{target:"_blank",rel:"noopener noreferrer"},...b,...z}):(0,d.jsx)(O,{...b,onMouseEnter:D,onTouchStart:D,innerRef:e=>{_.current=e,N&&e&&A&&(R.current=new window.IntersectionObserver((t=>{t.forEach((t=>{e===t.target&&(t.isIntersecting||t.intersectionRatio>0)&&(R.current.unobserve(e),R.current.disconnect(),null!=L&&window.docusaurus.prefetch(L))}))})),R.current.observe(e))},to:L,...n&&{isActive:h,activeClassName:m},...z})}const p=r.forwardRef(f)},6347:(e,t,n)=>{"use strict";n.d(t,{B6:()=>x,Ix:()=>v,W6:()=>O,XZ:()=>b,dO:()=>j,qh:()=>E,zy:()=>N});var r=n(2892),a=n(6540),o=n(5556),i=n.n(o),l=n(1513),s=n(1561),u=n(8168),c=n(5302),d=n.n(c),f=(n(4363),n(8587)),p=(n(4146),1073741823),m="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:{};var h=a.createContext||function(e,t){var n,o,l="__create-react-context-"+function(){var e="__global_unique_id__";return m[e]=(m[e]||0)+1}()+"__",s=function(e){function n(){for(var t,n,r,a=arguments.length,o=new Array(a),i=0;i{"use strict";n.d(t,{VQ:()=>g,g1:()=>b});var r=n(6540),a=n(6942),o=n(4332),i=n(3115),l=n(8749),s=n(6849),u=n(4848);const c=e=>`docs-preferred-version-${e}`,d={save:(e,t,n)=>{(0,l.Wf)(c(e),{persistence:t}).set(n)},read:(e,t)=>(0,l.Wf)(c(e),{persistence:t}).get(),clear:(e,t)=>{(0,l.Wf)(c(e),{persistence:t}).del()}},f=e=>Object.fromEntries(e.map((e=>[e,{preferredVersionName:null}])));const p=r.createContext(null);function m(){const e=(0,a.Gy)(),t=(0,i.p)().docs.versionPersistence,n=(0,r.useMemo)((()=>Object.keys(e)),[e]),[o,l]=(0,r.useState)((()=>f(n)));(0,r.useEffect)((()=>{l(function(e){let{pluginIds:t,versionPersistence:n,allDocsData:r}=e;function a(e){const t=d.read(e,n);return r[e].versions.some((e=>e.name===t))?{preferredVersionName:t}:(d.clear(e,n),{preferredVersionName:null})}return Object.fromEntries(t.map((e=>[e,a(e)])))}({allDocsData:e,versionPersistence:t,pluginIds:n}))}),[e,t,n]);return[o,(0,r.useMemo)((()=>({savePreferredVersion:function(e,n){d.save(e,t,n),l((t=>({...t,[e]:{preferredVersionName:n}})))}})),[t])]}function h(e){let{children:t}=e;const n=m();return(0,u.jsx)(p.Provider,{value:n,children:t})}function g(e){let{children:t}=e;return(0,u.jsx)(h,{children:t})}function y(){const e=(0,r.useContext)(p);if(!e)throw new s.dV("DocsPreferredVersionContextProvider");return e}function b(e){void 0===e&&(e=o.W);const t=(0,a.ht)(e),[n,i]=y(),{preferredVersionName:l}=n[e];return{preferredVersion:t.versions.find((e=>e.name===l))??null,savePreferredVersionName:(0,r.useCallback)((t=>{i.savePreferredVersion(e,t)}),[i,e])}}},6540:(e,t,n)=>{"use strict";e.exports=n(9869)},6682:(e,t,n)=>{"use strict";n.d(t,{l:()=>l});var r=n(6540),a=n(1934);const o={desktop:"desktop",mobile:"mobile",ssr:"ssr"},i=996;function l(e){let{desktopBreakpoint:t=i}=void 0===e?{}:e;const[n,l]=(0,r.useState)((()=>"ssr"));return(0,r.useEffect)((()=>{function e(){l(function(e){if(!a.A.canUseDOM)throw new Error("getWindowSize() should only be called after React hydration");return window.innerWidth>e?o.desktop:o.mobile}(t))}return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[t]),n}},6849:(e,t,n)=>{"use strict";n.d(t,{Be:()=>u,ZC:()=>l,_q:()=>i,dV:()=>s,fM:()=>c});var r=n(6540),a=n(372),o=n(4848);function i(e){const t=(0,r.useRef)(e);return(0,a.A)((()=>{t.current=e}),[e]),(0,r.useCallback)((function(){return t.current(...arguments)}),[])}function l(e){const t=(0,r.useRef)();return(0,a.A)((()=>{t.current=e})),t.current}class s extends Error{constructor(e,t){super(),this.name="ReactContextError",this.message=`Hook ${this.stack?.split("\n")[1]?.match(/at (?:\w+\.)?(?\w+)/)?.groups.name??""} is called outside the <${e}>. ${t??""}`}}function u(e){const t=Object.entries(e);return t.sort(((e,t)=>e[0].localeCompare(t[0]))),(0,r.useMemo)((()=>e),t.flat())}function c(e){return t=>{let{children:n}=t;return(0,o.jsx)(o.Fragment,{children:e.reduceRight(((e,t)=>(0,o.jsx)(t,{children:e})),n)})}}},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},6942:(e,t,n)=>{"use strict";n.d(t,{zK:()=>h,vT:()=>f,Gy:()=>c,HW:()=>g,ht:()=>d,r7:()=>m,jh:()=>p});var r=n(6347),a=n(797),o=n(4332);function i(e,t){void 0===t&&(t={});const n=function(){const{globalData:e}=(0,a.A)();return e}()[e];if(!n&&t.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin.`);return n}const l=e=>e.versions.find((e=>e.isLast));function s(e,t){const n=function(e,t){return[...e.versions].sort(((e,t)=>e.path===t.path?0:e.path.includes(t.path)?-1:t.path.includes(e.path)?1:0)).find((e=>!!(0,r.B6)(t,{path:e.path,exact:!1,strict:!1})))}(e,t),a=n?.docs.find((e=>!!(0,r.B6)(t,{path:e.path,exact:!0,strict:!1})));return{activeVersion:n,activeDoc:a,alternateDocVersions:a?function(t){const n={};return e.versions.forEach((e=>{e.docs.forEach((r=>{r.id===t&&(n[e.name]=r)}))})),n}(a.id):{}}}const u={},c=()=>i("docusaurus-plugin-content-docs")??u,d=e=>{try{return function(e,t,n){void 0===t&&(t=o.W),void 0===n&&(n={});const r=i(e),a=r?.[t];if(!a&&n.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin with id "${t}".`);return a}("docusaurus-plugin-content-docs",e,{failfast:!0})}catch(t){throw new Error("You are using a feature of the Docusaurus docs plugin, but this plugin does not seem to be enabled"+("Default"===e?"":` (pluginId=${e}`),{cause:t})}};function f(e){void 0===e&&(e={});const t=c(),{pathname:n}=(0,r.zy)();return function(e,t,n){void 0===n&&(n={});const a=Object.entries(e).sort(((e,t)=>t[1].path.localeCompare(e[1].path))).find((e=>{let[,n]=e;return!!(0,r.B6)(t,{path:n.path,exact:!1,strict:!1})})),o=a?{pluginId:a[0],pluginData:a[1]}:void 0;if(!o&&n.failfast)throw new Error(`Can't find active docs plugin for "${t}" pathname, while it was expected to be found. Maybe you tried to use a docs feature that can only be used on a docs-related page? Existing docs plugin paths are: ${Object.values(e).map((e=>e.path)).join(", ")}`);return o}(t,n,e)}function p(e){return d(e).versions}function m(e){const t=d(e);return l(t)}function h(e){const t=d(e),{pathname:n}=(0,r.zy)();return s(t,n)}function g(e){const t=d(e),{pathname:n}=(0,r.zy)();return function(e,t){const n=l(e);return{latestDocSuggestion:s(e,t).alternateDocVersions[n.name],latestVersionSuggestion:n}}(t,n)}},6969:e=>{e.exports&&(e.exports={core:{meta:{path:"components/prism-core.js",option:"mandatory"},core:"Core"},themes:{meta:{path:"themes/{id}.css",link:"index.html?theme={id}",exclusive:!0},prism:{title:"Default",option:"default"},"prism-dark":"Dark","prism-funky":"Funky","prism-okaidia":{title:"Okaidia",owner:"ocodia"},"prism-twilight":{title:"Twilight",owner:"remybach"},"prism-coy":{title:"Coy",owner:"tshedor"},"prism-solarizedlight":{title:"Solarized Light",owner:"hectormatos2011 "},"prism-tomorrow":{title:"Tomorrow Night",owner:"Rosey"}},languages:{meta:{path:"components/prism-{id}",noCSS:!0,examplesPath:"examples/prism-{id}",addCheckAll:!0},markup:{title:"Markup",alias:["html","xml","svg","mathml","ssml","atom","rss"],aliasTitles:{html:"HTML",xml:"XML",svg:"SVG",mathml:"MathML",ssml:"SSML",atom:"Atom",rss:"RSS"},option:"default"},css:{title:"CSS",option:"default",modify:"markup"},clike:{title:"C-like",option:"default"},javascript:{title:"JavaScript",require:"clike",modify:"markup",optional:"regex",alias:"js",option:"default"},abap:{title:"ABAP",owner:"dellagustin"},abnf:{title:"ABNF",owner:"RunDevelopment"},actionscript:{title:"ActionScript",require:"javascript",modify:"markup",owner:"Golmote"},ada:{title:"Ada",owner:"Lucretia"},agda:{title:"Agda",owner:"xy-ren"},al:{title:"AL",owner:"RunDevelopment"},antlr4:{title:"ANTLR4",alias:"g4",owner:"RunDevelopment"},apacheconf:{title:"Apache Configuration",owner:"GuiTeK"},apex:{title:"Apex",require:["clike","sql"],owner:"RunDevelopment"},apl:{title:"APL",owner:"ngn"},applescript:{title:"AppleScript",owner:"Golmote"},aql:{title:"AQL",owner:"RunDevelopment"},arduino:{title:"Arduino",require:"cpp",alias:"ino",owner:"dkern"},arff:{title:"ARFF",owner:"Golmote"},armasm:{title:"ARM Assembly",alias:"arm-asm",owner:"RunDevelopment"},arturo:{title:"Arturo",alias:"art",optional:["bash","css","javascript","markup","markdown","sql"],owner:"drkameleon"},asciidoc:{alias:"adoc",title:"AsciiDoc",owner:"Golmote"},aspnet:{title:"ASP.NET (C#)",require:["markup","csharp"],owner:"nauzilus"},asm6502:{title:"6502 Assembly",owner:"kzurawel"},asmatmel:{title:"Atmel AVR Assembly",owner:"cerkit"},autohotkey:{title:"AutoHotkey",owner:"aviaryan"},autoit:{title:"AutoIt",owner:"Golmote"},avisynth:{title:"AviSynth",alias:"avs",owner:"Zinfidel"},"avro-idl":{title:"Avro IDL",alias:"avdl",owner:"RunDevelopment"},awk:{title:"AWK",alias:"gawk",aliasTitles:{gawk:"GAWK"},owner:"RunDevelopment"},bash:{title:"Bash",alias:["sh","shell"],aliasTitles:{sh:"Shell",shell:"Shell"},owner:"zeitgeist87"},basic:{title:"BASIC",owner:"Golmote"},batch:{title:"Batch",owner:"Golmote"},bbcode:{title:"BBcode",alias:"shortcode",aliasTitles:{shortcode:"Shortcode"},owner:"RunDevelopment"},bbj:{title:"BBj",owner:"hyyan"},bicep:{title:"Bicep",owner:"johnnyreilly"},birb:{title:"Birb",require:"clike",owner:"Calamity210"},bison:{title:"Bison",require:"c",owner:"Golmote"},bnf:{title:"BNF",alias:"rbnf",aliasTitles:{rbnf:"RBNF"},owner:"RunDevelopment"},bqn:{title:"BQN",owner:"yewscion"},brainfuck:{title:"Brainfuck",owner:"Golmote"},brightscript:{title:"BrightScript",owner:"RunDevelopment"},bro:{title:"Bro",owner:"wayward710"},bsl:{title:"BSL (1C:Enterprise)",alias:"oscript",aliasTitles:{oscript:"OneScript"},owner:"Diversus23"},c:{title:"C",require:"clike",owner:"zeitgeist87"},csharp:{title:"C#",require:"clike",alias:["cs","dotnet"],owner:"mvalipour"},cpp:{title:"C++",require:"c",owner:"zeitgeist87"},cfscript:{title:"CFScript",require:"clike",alias:"cfc",owner:"mjclemente"},chaiscript:{title:"ChaiScript",require:["clike","cpp"],owner:"RunDevelopment"},cil:{title:"CIL",owner:"sbrl"},cilkc:{title:"Cilk/C",require:"c",alias:"cilk-c",owner:"OpenCilk"},cilkcpp:{title:"Cilk/C++",require:"cpp",alias:["cilk-cpp","cilk"],owner:"OpenCilk"},clojure:{title:"Clojure",owner:"troglotit"},cmake:{title:"CMake",owner:"mjrogozinski"},cobol:{title:"COBOL",owner:"RunDevelopment"},coffeescript:{title:"CoffeeScript",require:"javascript",alias:"coffee",owner:"R-osey"},concurnas:{title:"Concurnas",alias:"conc",owner:"jasontatton"},csp:{title:"Content-Security-Policy",owner:"ScottHelme"},cooklang:{title:"Cooklang",owner:"ahue"},coq:{title:"Coq",owner:"RunDevelopment"},crystal:{title:"Crystal",require:"ruby",owner:"MakeNowJust"},"css-extras":{title:"CSS Extras",require:"css",modify:"css",owner:"milesj"},csv:{title:"CSV",owner:"RunDevelopment"},cue:{title:"CUE",owner:"RunDevelopment"},cypher:{title:"Cypher",owner:"RunDevelopment"},d:{title:"D",require:"clike",owner:"Golmote"},dart:{title:"Dart",require:"clike",owner:"Golmote"},dataweave:{title:"DataWeave",owner:"machaval"},dax:{title:"DAX",owner:"peterbud"},dhall:{title:"Dhall",owner:"RunDevelopment"},diff:{title:"Diff",owner:"uranusjr"},django:{title:"Django/Jinja2",require:"markup-templating",alias:"jinja2",owner:"romanvm"},"dns-zone-file":{title:"DNS zone file",owner:"RunDevelopment",alias:"dns-zone"},docker:{title:"Docker",alias:"dockerfile",owner:"JustinBeckwith"},dot:{title:"DOT (Graphviz)",alias:"gv",optional:"markup",owner:"RunDevelopment"},ebnf:{title:"EBNF",owner:"RunDevelopment"},editorconfig:{title:"EditorConfig",owner:"osipxd"},eiffel:{title:"Eiffel",owner:"Conaclos"},ejs:{title:"EJS",require:["javascript","markup-templating"],owner:"RunDevelopment",alias:"eta",aliasTitles:{eta:"Eta"}},elixir:{title:"Elixir",owner:"Golmote"},elm:{title:"Elm",owner:"zwilias"},etlua:{title:"Embedded Lua templating",require:["lua","markup-templating"],owner:"RunDevelopment"},erb:{title:"ERB",require:["ruby","markup-templating"],owner:"Golmote"},erlang:{title:"Erlang",owner:"Golmote"},"excel-formula":{title:"Excel Formula",alias:["xlsx","xls"],owner:"RunDevelopment"},fsharp:{title:"F#",require:"clike",owner:"simonreynolds7"},factor:{title:"Factor",owner:"catb0t"},false:{title:"False",owner:"edukisto"},"firestore-security-rules":{title:"Firestore security rules",require:"clike",owner:"RunDevelopment"},flow:{title:"Flow",require:"javascript",owner:"Golmote"},fortran:{title:"Fortran",owner:"Golmote"},ftl:{title:"FreeMarker Template Language",require:"markup-templating",owner:"RunDevelopment"},gml:{title:"GameMaker Language",alias:"gamemakerlanguage",require:"clike",owner:"LiarOnce"},gap:{title:"GAP (CAS)",owner:"RunDevelopment"},gcode:{title:"G-code",owner:"RunDevelopment"},gdscript:{title:"GDScript",owner:"RunDevelopment"},gedcom:{title:"GEDCOM",owner:"Golmote"},gettext:{title:"gettext",alias:"po",owner:"RunDevelopment"},gherkin:{title:"Gherkin",owner:"hason"},git:{title:"Git",owner:"lgiraudel"},glsl:{title:"GLSL",require:"c",owner:"Golmote"},gn:{title:"GN",alias:"gni",owner:"RunDevelopment"},"linker-script":{title:"GNU Linker Script",alias:"ld",owner:"RunDevelopment"},go:{title:"Go",require:"clike",owner:"arnehormann"},"go-module":{title:"Go module",alias:"go-mod",owner:"RunDevelopment"},gradle:{title:"Gradle",require:"clike",owner:"zeabdelkhalek-badido18"},graphql:{title:"GraphQL",optional:"markdown",owner:"Golmote"},groovy:{title:"Groovy",require:"clike",owner:"robfletcher"},haml:{title:"Haml",require:"ruby",optional:["css","css-extras","coffeescript","erb","javascript","less","markdown","scss","textile"],owner:"Golmote"},handlebars:{title:"Handlebars",require:"markup-templating",alias:["hbs","mustache"],aliasTitles:{mustache:"Mustache"},owner:"Golmote"},haskell:{title:"Haskell",alias:"hs",owner:"bholst"},haxe:{title:"Haxe",require:"clike",optional:"regex",owner:"Golmote"},hcl:{title:"HCL",owner:"outsideris"},hlsl:{title:"HLSL",require:"c",owner:"RunDevelopment"},hoon:{title:"Hoon",owner:"matildepark"},http:{title:"HTTP",optional:["csp","css","hpkp","hsts","javascript","json","markup","uri"],owner:"danielgtaylor"},hpkp:{title:"HTTP Public-Key-Pins",owner:"ScottHelme"},hsts:{title:"HTTP Strict-Transport-Security",owner:"ScottHelme"},ichigojam:{title:"IchigoJam",owner:"BlueCocoa"},icon:{title:"Icon",owner:"Golmote"},"icu-message-format":{title:"ICU Message Format",owner:"RunDevelopment"},idris:{title:"Idris",alias:"idr",owner:"KeenS",require:"haskell"},ignore:{title:".ignore",owner:"osipxd",alias:["gitignore","hgignore","npmignore"],aliasTitles:{gitignore:".gitignore",hgignore:".hgignore",npmignore:".npmignore"}},inform7:{title:"Inform 7",owner:"Golmote"},ini:{title:"Ini",owner:"aviaryan"},io:{title:"Io",owner:"AlesTsurko"},j:{title:"J",owner:"Golmote"},java:{title:"Java",require:"clike",owner:"sherblot"},javadoc:{title:"JavaDoc",require:["markup","java","javadoclike"],modify:"java",optional:"scala",owner:"RunDevelopment"},javadoclike:{title:"JavaDoc-like",modify:["java","javascript","php"],owner:"RunDevelopment"},javastacktrace:{title:"Java stack trace",owner:"RunDevelopment"},jexl:{title:"Jexl",owner:"czosel"},jolie:{title:"Jolie",require:"clike",owner:"thesave"},jq:{title:"JQ",owner:"RunDevelopment"},jsdoc:{title:"JSDoc",require:["javascript","javadoclike","typescript"],modify:"javascript",optional:["actionscript","coffeescript"],owner:"RunDevelopment"},"js-extras":{title:"JS Extras",require:"javascript",modify:"javascript",optional:["actionscript","coffeescript","flow","n4js","typescript"],owner:"RunDevelopment"},json:{title:"JSON",alias:"webmanifest",aliasTitles:{webmanifest:"Web App Manifest"},owner:"CupOfTea696"},json5:{title:"JSON5",require:"json",owner:"RunDevelopment"},jsonp:{title:"JSONP",require:"json",owner:"RunDevelopment"},jsstacktrace:{title:"JS stack trace",owner:"sbrl"},"js-templates":{title:"JS Templates",require:"javascript",modify:"javascript",optional:["css","css-extras","graphql","markdown","markup","sql"],owner:"RunDevelopment"},julia:{title:"Julia",owner:"cdagnino"},keepalived:{title:"Keepalived Configure",owner:"dev-itsheng"},keyman:{title:"Keyman",owner:"mcdurdin"},kotlin:{title:"Kotlin",alias:["kt","kts"],aliasTitles:{kts:"Kotlin Script"},require:"clike",owner:"Golmote"},kumir:{title:"KuMir (\u041a\u0443\u041c\u0438\u0440)",alias:"kum",owner:"edukisto"},kusto:{title:"Kusto",owner:"RunDevelopment"},latex:{title:"LaTeX",alias:["tex","context"],aliasTitles:{tex:"TeX",context:"ConTeXt"},owner:"japborst"},latte:{title:"Latte",require:["clike","markup-templating","php"],owner:"nette"},less:{title:"Less",require:"css",optional:"css-extras",owner:"Golmote"},lilypond:{title:"LilyPond",require:"scheme",alias:"ly",owner:"RunDevelopment"},liquid:{title:"Liquid",require:"markup-templating",owner:"cinhtau"},lisp:{title:"Lisp",alias:["emacs","elisp","emacs-lisp"],owner:"JuanCaicedo"},livescript:{title:"LiveScript",owner:"Golmote"},llvm:{title:"LLVM IR",owner:"porglezomp"},log:{title:"Log file",optional:"javastacktrace",owner:"RunDevelopment"},lolcode:{title:"LOLCODE",owner:"Golmote"},lua:{title:"Lua",owner:"Golmote"},magma:{title:"Magma (CAS)",owner:"RunDevelopment"},makefile:{title:"Makefile",owner:"Golmote"},markdown:{title:"Markdown",require:"markup",optional:"yaml",alias:"md",owner:"Golmote"},"markup-templating":{title:"Markup templating",require:"markup",owner:"Golmote"},mata:{title:"Mata",owner:"RunDevelopment"},matlab:{title:"MATLAB",owner:"Golmote"},maxscript:{title:"MAXScript",owner:"RunDevelopment"},mel:{title:"MEL",owner:"Golmote"},mermaid:{title:"Mermaid",owner:"RunDevelopment"},metafont:{title:"METAFONT",owner:"LaeriExNihilo"},mizar:{title:"Mizar",owner:"Golmote"},mongodb:{title:"MongoDB",owner:"airs0urce",require:"javascript"},monkey:{title:"Monkey",owner:"Golmote"},moonscript:{title:"MoonScript",alias:"moon",owner:"RunDevelopment"},n1ql:{title:"N1QL",owner:"TMWilds"},n4js:{title:"N4JS",require:"javascript",optional:"jsdoc",alias:"n4jsd",owner:"bsmith-n4"},"nand2tetris-hdl":{title:"Nand To Tetris HDL",owner:"stephanmax"},naniscript:{title:"Naninovel Script",owner:"Elringus",alias:"nani"},nasm:{title:"NASM",owner:"rbmj"},neon:{title:"NEON",owner:"nette"},nevod:{title:"Nevod",owner:"nezaboodka"},nginx:{title:"nginx",owner:"volado"},nim:{title:"Nim",owner:"Golmote"},nix:{title:"Nix",owner:"Golmote"},nsis:{title:"NSIS",owner:"idleberg"},objectivec:{title:"Objective-C",require:"c",alias:"objc",owner:"uranusjr"},ocaml:{title:"OCaml",owner:"Golmote"},odin:{title:"Odin",owner:"edukisto"},opencl:{title:"OpenCL",require:"c",modify:["c","cpp"],owner:"Milania1"},openqasm:{title:"OpenQasm",alias:"qasm",owner:"RunDevelopment"},oz:{title:"Oz",owner:"Golmote"},parigp:{title:"PARI/GP",owner:"Golmote"},parser:{title:"Parser",require:"markup",owner:"Golmote"},pascal:{title:"Pascal",alias:"objectpascal",aliasTitles:{objectpascal:"Object Pascal"},owner:"Golmote"},pascaligo:{title:"Pascaligo",owner:"DefinitelyNotAGoat"},psl:{title:"PATROL Scripting Language",owner:"bertysentry"},pcaxis:{title:"PC-Axis",alias:"px",owner:"RunDevelopment"},peoplecode:{title:"PeopleCode",alias:"pcode",owner:"RunDevelopment"},perl:{title:"Perl",owner:"Golmote"},php:{title:"PHP",require:"markup-templating",owner:"milesj"},phpdoc:{title:"PHPDoc",require:["php","javadoclike"],modify:"php",owner:"RunDevelopment"},"php-extras":{title:"PHP Extras",require:"php",modify:"php",owner:"milesj"},"plant-uml":{title:"PlantUML",alias:"plantuml",owner:"RunDevelopment"},plsql:{title:"PL/SQL",require:"sql",owner:"Golmote"},powerquery:{title:"PowerQuery",alias:["pq","mscript"],owner:"peterbud"},powershell:{title:"PowerShell",owner:"nauzilus"},processing:{title:"Processing",require:"clike",owner:"Golmote"},prolog:{title:"Prolog",owner:"Golmote"},promql:{title:"PromQL",owner:"arendjr"},properties:{title:".properties",owner:"Golmote"},protobuf:{title:"Protocol Buffers",require:"clike",owner:"just-boris"},pug:{title:"Pug",require:["markup","javascript"],optional:["coffeescript","ejs","handlebars","less","livescript","markdown","scss","stylus","twig"],owner:"Golmote"},puppet:{title:"Puppet",owner:"Golmote"},pure:{title:"Pure",optional:["c","cpp","fortran"],owner:"Golmote"},purebasic:{title:"PureBasic",require:"clike",alias:"pbfasm",owner:"HeX0R101"},purescript:{title:"PureScript",require:"haskell",alias:"purs",owner:"sriharshachilakapati"},python:{title:"Python",alias:"py",owner:"multipetros"},qsharp:{title:"Q#",require:"clike",alias:"qs",owner:"fedonman"},q:{title:"Q (kdb+ database)",owner:"Golmote"},qml:{title:"QML",require:"javascript",owner:"RunDevelopment"},qore:{title:"Qore",require:"clike",owner:"temnroegg"},r:{title:"R",owner:"Golmote"},racket:{title:"Racket",require:"scheme",alias:"rkt",owner:"RunDevelopment"},cshtml:{title:"Razor C#",alias:"razor",require:["markup","csharp"],optional:["css","css-extras","javascript","js-extras"],owner:"RunDevelopment"},jsx:{title:"React JSX",require:["markup","javascript"],optional:["jsdoc","js-extras","js-templates"],owner:"vkbansal"},tsx:{title:"React TSX",require:["jsx","typescript"]},reason:{title:"Reason",require:"clike",owner:"Golmote"},regex:{title:"Regex",owner:"RunDevelopment"},rego:{title:"Rego",owner:"JordanSh"},renpy:{title:"Ren'py",alias:"rpy",owner:"HyuchiaDiego"},rescript:{title:"ReScript",alias:"res",owner:"vmarcosp"},rest:{title:"reST (reStructuredText)",owner:"Golmote"},rip:{title:"Rip",owner:"ravinggenius"},roboconf:{title:"Roboconf",owner:"Golmote"},robotframework:{title:"Robot Framework",alias:"robot",owner:"RunDevelopment"},ruby:{title:"Ruby",require:"clike",alias:"rb",owner:"samflores"},rust:{title:"Rust",owner:"Golmote"},sas:{title:"SAS",optional:["groovy","lua","sql"],owner:"Golmote"},sass:{title:"Sass (Sass)",require:"css",optional:"css-extras",owner:"Golmote"},scss:{title:"Sass (SCSS)",require:"css",optional:"css-extras",owner:"MoOx"},scala:{title:"Scala",require:"java",owner:"jozic"},scheme:{title:"Scheme",owner:"bacchus123"},"shell-session":{title:"Shell session",require:"bash",alias:["sh-session","shellsession"],owner:"RunDevelopment"},smali:{title:"Smali",owner:"RunDevelopment"},smalltalk:{title:"Smalltalk",owner:"Golmote"},smarty:{title:"Smarty",require:"markup-templating",optional:"php",owner:"Golmote"},sml:{title:"SML",alias:"smlnj",aliasTitles:{smlnj:"SML/NJ"},owner:"RunDevelopment"},solidity:{title:"Solidity (Ethereum)",alias:"sol",require:"clike",owner:"glachaud"},"solution-file":{title:"Solution file",alias:"sln",owner:"RunDevelopment"},soy:{title:"Soy (Closure Template)",require:"markup-templating",owner:"Golmote"},sparql:{title:"SPARQL",require:"turtle",owner:"Triply-Dev",alias:"rq"},"splunk-spl":{title:"Splunk SPL",owner:"RunDevelopment"},sqf:{title:"SQF: Status Quo Function (Arma 3)",require:"clike",owner:"RunDevelopment"},sql:{title:"SQL",owner:"multipetros"},squirrel:{title:"Squirrel",require:"clike",owner:"RunDevelopment"},stan:{title:"Stan",owner:"RunDevelopment"},stata:{title:"Stata Ado",require:["mata","java","python"],owner:"RunDevelopment"},iecst:{title:"Structured Text (IEC 61131-3)",owner:"serhioromano"},stylus:{title:"Stylus",owner:"vkbansal"},supercollider:{title:"SuperCollider",alias:"sclang",owner:"RunDevelopment"},swift:{title:"Swift",owner:"chrischares"},systemd:{title:"Systemd configuration file",owner:"RunDevelopment"},"t4-templating":{title:"T4 templating",owner:"RunDevelopment"},"t4-cs":{title:"T4 Text Templates (C#)",require:["t4-templating","csharp"],alias:"t4",owner:"RunDevelopment"},"t4-vb":{title:"T4 Text Templates (VB)",require:["t4-templating","vbnet"],owner:"RunDevelopment"},tap:{title:"TAP",owner:"isaacs",require:"yaml"},tcl:{title:"Tcl",owner:"PeterChaplin"},tt2:{title:"Template Toolkit 2",require:["clike","markup-templating"],owner:"gflohr"},textile:{title:"Textile",require:"markup",optional:"css",owner:"Golmote"},toml:{title:"TOML",owner:"RunDevelopment"},tremor:{title:"Tremor",alias:["trickle","troy"],owner:"darach",aliasTitles:{trickle:"trickle",troy:"troy"}},turtle:{title:"Turtle",alias:"trig",aliasTitles:{trig:"TriG"},owner:"jakubklimek"},twig:{title:"Twig",require:"markup-templating",owner:"brandonkelly"},typescript:{title:"TypeScript",require:"javascript",optional:"js-templates",alias:"ts",owner:"vkbansal"},typoscript:{title:"TypoScript",alias:"tsconfig",aliasTitles:{tsconfig:"TSConfig"},owner:"dkern"},unrealscript:{title:"UnrealScript",alias:["uscript","uc"],owner:"RunDevelopment"},uorazor:{title:"UO Razor Script",owner:"jaseowns"},uri:{title:"URI",alias:"url",aliasTitles:{url:"URL"},owner:"RunDevelopment"},v:{title:"V",require:"clike",owner:"taggon"},vala:{title:"Vala",require:"clike",optional:"regex",owner:"TemplarVolk"},vbnet:{title:"VB.Net",require:"basic",owner:"Bigsby"},velocity:{title:"Velocity",require:"markup",owner:"Golmote"},verilog:{title:"Verilog",owner:"a-rey"},vhdl:{title:"VHDL",owner:"a-rey"},vim:{title:"vim",owner:"westonganger"},"visual-basic":{title:"Visual Basic",alias:["vb","vba"],aliasTitles:{vba:"VBA"},owner:"Golmote"},warpscript:{title:"WarpScript",owner:"RunDevelopment"},wasm:{title:"WebAssembly",owner:"Golmote"},"web-idl":{title:"Web IDL",alias:"webidl",owner:"RunDevelopment"},wgsl:{title:"WGSL",owner:"Dr4gonthree"},wiki:{title:"Wiki markup",require:"markup",owner:"Golmote"},wolfram:{title:"Wolfram language",alias:["mathematica","nb","wl"],aliasTitles:{mathematica:"Mathematica",nb:"Mathematica Notebook"},owner:"msollami"},wren:{title:"Wren",owner:"clsource"},xeora:{title:"Xeora",require:"markup",alias:"xeoracube",aliasTitles:{xeoracube:"XeoraCube"},owner:"freakmaxi"},"xml-doc":{title:"XML doc (.net)",require:"markup",modify:["csharp","fsharp","vbnet"],owner:"RunDevelopment"},xojo:{title:"Xojo (REALbasic)",owner:"Golmote"},xquery:{title:"XQuery",require:"markup",owner:"Golmote"},yaml:{title:"YAML",alias:"yml",owner:"hason"},yang:{title:"YANG",owner:"RunDevelopment"},zig:{title:"Zig",owner:"RunDevelopment"}},plugins:{meta:{path:"plugins/{id}/prism-{id}",link:"plugins/{id}/"},"line-highlight":{title:"Line Highlight",description:"Highlights specific lines and/or line ranges."},"line-numbers":{title:"Line Numbers",description:"Line number at the beginning of code lines.",owner:"kuba-kubula"},"show-invisibles":{title:"Show Invisibles",description:"Show hidden characters such as tabs and line breaks.",optional:["autolinker","data-uri-highlight"]},autolinker:{title:"Autolinker",description:"Converts URLs and emails in code to clickable links. Parses Markdown links in comments."},wpd:{title:"WebPlatform Docs",description:'Makes tokens link to WebPlatform.org documentation. The links open in a new tab.'},"custom-class":{title:"Custom Class",description:"This plugin allows you to prefix Prism's default classes (.comment can become .namespace--comment) or replace them with your defined ones (like .editor__comment). You can even add new classes.",owner:"dvkndn",noCSS:!0},"file-highlight":{title:"File Highlight",description:"Fetch external files and highlight them with Prism. Used on the Prism website itself.",noCSS:!0},"show-language":{title:"Show Language",description:"Display the highlighted language in code blocks (inline code does not show the label).",owner:"nauzilus",noCSS:!0,require:"toolbar"},"jsonp-highlight":{title:"JSONP Highlight",description:"Fetch content with JSONP and highlight some interesting content (e.g. GitHub/Gists or Bitbucket API).",noCSS:!0,owner:"nauzilus"},"highlight-keywords":{title:"Highlight Keywords",description:"Adds special CSS classes for each keyword for fine-grained highlighting.",owner:"vkbansal",noCSS:!0},"remove-initial-line-feed":{title:"Remove initial line feed",description:"Removes the initial line feed in code blocks.",owner:"Golmote",noCSS:!0},"inline-color":{title:"Inline color",description:"Adds a small inline preview for colors in style sheets.",require:"css-extras",owner:"RunDevelopment"},previewers:{title:"Previewers",description:"Previewers for angles, colors, gradients, easing and time.",require:"css-extras",owner:"Golmote"},autoloader:{title:"Autoloader",description:"Automatically loads the needed languages to highlight the code blocks.",owner:"Golmote",noCSS:!0},"keep-markup":{title:"Keep Markup",description:"Prevents custom markup from being dropped out during highlighting.",owner:"Golmote",optional:"normalize-whitespace",noCSS:!0},"command-line":{title:"Command Line",description:"Display a command line with a prompt and, optionally, the output/response from the commands.",owner:"chriswells0"},"unescaped-markup":{title:"Unescaped Markup",description:"Write markup without having to escape anything."},"normalize-whitespace":{title:"Normalize Whitespace",description:"Supports multiple operations to normalize whitespace in code blocks.",owner:"zeitgeist87",optional:"unescaped-markup",noCSS:!0},"data-uri-highlight":{title:"Data-URI Highlight",description:"Highlights data-URI contents.",owner:"Golmote",noCSS:!0},toolbar:{title:"Toolbar",description:"Attach a toolbar for plugins to easily register buttons on the top of a code block.",owner:"mAAdhaTTah"},"copy-to-clipboard":{title:"Copy to Clipboard Button",description:"Add a button that copies the code block to the clipboard when clicked.",owner:"mAAdhaTTah",require:"toolbar",noCSS:!0},"download-button":{title:"Download Button",description:"A button in the toolbar of a code block adding a convenient way to download a code file.",owner:"Golmote",require:"toolbar",noCSS:!0},"match-braces":{title:"Match braces",description:"Highlights matching braces.",owner:"RunDevelopment"},"diff-highlight":{title:"Diff Highlight",description:"Highlights the code inside diff blocks.",owner:"RunDevelopment",require:"diff"},"filter-highlight-all":{title:"Filter highlightAll",description:"Filters the elements the highlightAll and highlightAllUnder methods actually highlight.",owner:"RunDevelopment",noCSS:!0},treeview:{title:"Treeview",description:"A language with special styles to highlight file system tree structures.",owner:"Golmote"}}})},7143:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});n(6540);var r=n(545),a=n(4848);function o(e){return(0,a.jsx)(r.mg,{...e})}},7149:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addPrefix=function(e,t){return e.startsWith(t)?e:`${t}${e}`},t.removeSuffix=function(e,t){if(""===t)return e;return e.endsWith(t)?e.slice(0,-t.length):e},t.addSuffix=function(e,t){return e.endsWith(t)?e:`${e}${t}`},t.removePrefix=function(e,t){return e.startsWith(t)?e.slice(t.length):e}},7220:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});n(6540);var r=n(7143),a=n(4848);function o(e){let{locale:t,version:n,tag:o}=e;const i=t;return(0,a.jsxs)(r.A,{children:[t&&(0,a.jsx)("meta",{name:"docusaurus_locale",content:t}),n&&(0,a.jsx)("meta",{name:"docusaurus_version",content:n}),o&&(0,a.jsx)("meta",{name:"docusaurus_tag",content:o}),i&&(0,a.jsx)("meta",{name:"docsearch:language",content:i}),n&&(0,a.jsx)("meta",{name:"docsearch:version",content:n}),o&&(0,a.jsx)("meta",{name:"docsearch:docusaurus_tag",content:o})]})}},7264:(e,t,n)=>{"use strict";var r=n(1765),a=n(4784);!function(e){const{themeConfig:{prism:t}}=a.A,{additionalLanguages:r}=t,o=globalThis.Prism;globalThis.Prism=e,r.forEach((e=>{"php"===e&&n(9700),n(8692)(`./prism-${e}`)})),delete globalThis.Prism,void 0!==o&&(globalThis.Prism=e)}(r.My)},7378:(e,t,n)=>{"use strict";n.r(t)},7685:(e,t,n)=>{"use strict";n.d(t,{$:()=>i});var r=n(6540),a=n(6347),o=n(6849);function i(e){const t=(0,a.zy)(),n=(0,o.ZC)(t),i=(0,o._q)(e);(0,r.useEffect)((()=>{n&&t!==n&&i({location:t,previousLocation:n})}),[i,t,n])}},7788:(e,t,n)=>{"use strict";n.d(t,{w:()=>a,J:()=>o});var r=n(6540);const a="navigation-with-keyboard";function o(){(0,r.useEffect)((()=>{function e(e){"keydown"===e.type&&"Tab"===e.key&&document.body.classList.add(a),"mousedown"===e.type&&document.body.classList.remove(a)}return document.addEventListener("keydown",e),document.addEventListener("mousedown",e),()=>{document.body.classList.remove(a),document.removeEventListener("keydown",e),document.removeEventListener("mousedown",e)}}),[])}},7976:(e,t,n)=>{"use strict";n.d(t,{o:()=>i});var r=n(797),a=n(6347),o=n(99);function i(){const{siteConfig:{baseUrl:e,url:t,trailingSlash:n},i18n:{defaultLocale:i,currentLocale:l}}=(0,r.A)(),{pathname:s}=(0,a.zy)(),u=(0,o.Ks)(s,{trailingSlash:n,baseUrl:e}),c=l===i?e:e.replace(`/${l}/`,"/"),d=u.replace(e,"");return{createUrl:function(e){let{locale:n,fullyQualified:r}=e;return`${r?t:""}${function(e){return e===i?`${c}`:`${c}${e}/`}(n)}${d}`}}}},8168:(e,t,n)=>{"use strict";function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;tr})},8380:e=>{"use strict";var t=function(){var e=function(){};function t(e,t){Array.isArray(e)?e.forEach(t):null!=e&&t(e,0)}function n(e){for(var t={},n=0,r=e.length;n "));var l={},s=e[r];if(s){function u(t){if(!(t in e))throw new Error(r+" depends on an unknown component "+t);if(!(t in l))for(var i in a(t,o),l[t]=!0,n[t])l[i]=!0}t(s.require,u),t(s.optional,u),t(s.modify,u)}n[r]=l,o.pop()}}return function(e){var t=n[e];return t||(a(e,r),t=n[e]),t}}function a(e){for(var t in e)return!0;return!1}return function(o,i,l){var s=function(e){var t={};for(var n in e){var r=e[n];for(var a in r)if("meta"!=a){var o=r[a];t[a]="string"==typeof o?{title:o}:o}}return t}(o),u=function(e){var n;return function(r){if(r in e)return r;if(!n)for(var a in n={},e){var o=e[a];t(o&&o.alias,(function(t){if(t in n)throw new Error(t+" cannot be alias for both "+a+" and "+n[t]);if(t in e)throw new Error(t+" cannot be alias of "+a+" because it is a component.");n[t]=a}))}return n[r]||r}}(s);i=i.map(u),l=(l||[]).map(u);var c=n(i),d=n(l);i.forEach((function e(n){var r=s[n];t(r&&r.require,(function(t){t in d||(c[t]=!0,e(t))}))}));for(var f,p=r(s),m=c;a(m);){for(var h in f={},m){var g=s[h];t(g&&g.modify,(function(e){e in d&&(f[e]=!0)}))}for(var y in d)if(!(y in c))for(var b in p(y))if(b in c){f[y]=!0;break}for(var v in m=f)c[v]=!0}var w={getIds:function(){var e=[];return w.load((function(t){e.push(t)})),e},load:function(t,n){return function(t,n,r,a){var o=a?a.series:void 0,i=a?a.parallel:e,l={},s={};function u(e){if(e in l)return l[e];s[e]=!0;var a,c=[];for(var d in t(e))d in n&&c.push(d);if(0===c.length)a=r(e);else{var f=i(c.map((function(e){var t=u(e);return delete s[e],t})));o?a=o(f,(function(){return r(e)})):r(e)}return l[e]=a}for(var c in n)u(c);var d=[];for(var f in s)d.push(l[f]);return i(d)}(p,c,t,n)}};return w}}();e.exports=t},8532:(e,t,n)=>{"use strict";n.d(t,{G:()=>y,a:()=>g});var r=n(6540),a=n(1934),o=n(6849),i=n(8749),l=n(3115),s=n(4848);const u=r.createContext(void 0),c="theme",d=(0,i.Wf)(c),f={light:"light",dark:"dark"},p=e=>e===f.dark?f.dark:f.light,m=e=>a.A.canUseDOM?p(document.documentElement.getAttribute("data-theme")):p(e),h=e=>{d.set(p(e))};function g(e){let{children:t}=e;const n=function(){const{colorMode:{defaultMode:e,disableSwitch:t,respectPrefersColorScheme:n}}=(0,l.p)(),[a,o]=(0,r.useState)(m(e));(0,r.useEffect)((()=>{t&&d.del()}),[t]);const i=(0,r.useCallback)((function(t,r){void 0===r&&(r={});const{persist:a=!0}=r;t?(o(t),a&&h(t)):(o(n?window.matchMedia("(prefers-color-scheme: dark)").matches?f.dark:f.light:e),d.del())}),[n,e]);(0,r.useEffect)((()=>{document.documentElement.setAttribute("data-theme",p(a))}),[a]),(0,r.useEffect)((()=>{if(t)return;const e=e=>{if(e.key!==c)return;const t=d.get();null!==t&&i(p(t))};return window.addEventListener("storage",e),()=>window.removeEventListener("storage",e)}),[t,i]);const s=(0,r.useRef)(!1);return(0,r.useEffect)((()=>{if(t&&!n)return;const e=window.matchMedia("(prefers-color-scheme: dark)"),r=()=>{window.matchMedia("print").matches||s.current?s.current=window.matchMedia("print").matches:i(null)};return e.addListener(r),()=>e.removeListener(r)}),[i,t,n]),(0,r.useMemo)((()=>({colorMode:a,setColorMode:i,get isDarkTheme(){return a===f.dark},setLightTheme(){i(f.light)},setDarkTheme(){i(f.dark)}})),[a,i])}();return(0,s.jsx)(u.Provider,{value:n,children:t})}function y(){const e=(0,r.useContext)(u);if(null==e)throw new o.dV("ColorModeProvider","Please see https://docusaurus.io/docs/api/themes/configuration#use-color-mode.");return e}},8587:(e,t,n)=>{"use strict";function r(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}n.d(t,{A:()=>r})},8692:(e,t,n)=>{var r={"./":8722};function a(e){var t=o(e);return n(t)}function o(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}a.keys=function(){return Object.keys(r)},a.resolve=o,e.exports=a,a.id=8692},8722:(e,t,n)=>{const r=n(6969),a=n(8380),o=new Set;function i(e){void 0===e?e=Object.keys(r.languages).filter((e=>"meta"!=e)):Array.isArray(e)||(e=[e]);const t=[...o,...Object.keys(Prism.languages)];a(r,e,t).load((e=>{if(!(e in r.languages))return void(i.silent||console.warn("Language does not exist: "+e));const t="./prism-"+e;delete n.c[n(3157).resolve(t)],delete Prism.languages[e],n(3157)(t),o.add(e)}))}i.silent=!1,e.exports=i},8749:(e,t,n)=>{"use strict";n.d(t,{Wf:()=>u});n(6540);const r=JSON.parse('{"N":"localStorage","M":""}'),a=r.N;function o(e){let{key:t,oldValue:n,newValue:r,storage:a}=e;if(n===r)return;const o=document.createEvent("StorageEvent");o.initStorageEvent("storage",!1,!1,t,n,r,window.location.href,a),window.dispatchEvent(o)}function i(e){if(void 0===e&&(e=a),"undefined"==typeof window)throw new Error("Browser storage is not available on Node.js/Docusaurus SSR process.");if("none"===e)return null;try{return window[e]}catch(n){return t=n,l||(console.warn("Docusaurus browser storage is not available.\nPossible reasons: running Docusaurus in an iframe, in an incognito browser session, or using too strict browser privacy settings.",t),l=!0),null}var t}let l=!1;const s={get:()=>null,set:()=>{},del:()=>{},listen:()=>()=>{}};function u(e,t){const n=`${e}${r.M}`;if("undefined"==typeof window)return function(e){function t(){throw new Error(`Illegal storage API usage for storage key "${e}".\nDocusaurus storage APIs are not supposed to be called on the server-rendering process.\nPlease only call storage APIs in effects and event handlers.`)}return{get:t,set:t,del:t,listen:t}}(n);const a=i(t?.persistence);return null===a?s:{get:()=>{try{return a.getItem(n)}catch(e){return console.error(`Docusaurus storage error, can't get key=${n}`,e),null}},set:e=>{try{const t=a.getItem(n);a.setItem(n,e),o({key:n,oldValue:t,newValue:e,storage:a})}catch(t){console.error(`Docusaurus storage error, can't set ${n}=${e}`,t)}},del:()=>{try{const e=a.getItem(n);a.removeItem(n),o({key:n,oldValue:e,newValue:null,storage:a})}catch(e){console.error(`Docusaurus storage error, can't delete key=${n}`,e)}},listen:e=>{try{const t=t=>{t.storageArea===a&&t.key===n&&e(t)};return window.addEventListener("storage",t),()=>window.removeEventListener("storage",t)}catch(t){return console.error(`Docusaurus storage error, can't listen for changes of key=${n}`,t),()=>{}}}}}},8867:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});var r=n(5947),a=n.n(r);a().configure({showSpinner:!1});const o={onRouteUpdate(e){let{location:t,previousLocation:n}=e;if(n&&t.pathname!==n.pathname){const e=window.setTimeout((()=>{a().start()}),200);return()=>window.clearTimeout(e)}},onRouteDidUpdate(){a().done()}}},8912:(e,t,n)=>{"use strict";n.d(t,{A:()=>f});n(6540);var r=n(3259),a=n.n(r),o=n(4054);const i={"0e384e19":[()=>n.e(976).then(n.bind(n,7879)),"@site/docs/intro.md",7879],"14eb3368":[()=>Promise.all([n.e(869),n.e(969)]).then(n.bind(n,4561)),"@theme/DocCategoryGeneratedIndexPage",4561],17896441:[()=>Promise.all([n.e(869),n.e(401)]).then(n.bind(n,8214)),"@theme/DocItem",8214],"23e85390":[()=>n.e(162).then(n.bind(n,184)),"@site/docs/classes/select.md",184],"24da6c76":[()=>n.e(294).then(n.bind(n,6421)),"@site/docs/classes/structure.md",6421],"29b1da97":[()=>n.e(894).then(n.bind(n,3026)),"@site/docs/example-db/Employees.md",3026],"2ab12074":[()=>n.e(344).then(n.bind(n,5015)),"@site/docs/classes/update.md",5015],"3ee20894":[()=>n.e(129).then(n.bind(n,5016)),"@site/docs/typedefs/column-structure.md",5016],"4aa16d27":[()=>n.e(931).then(n.bind(n,3252)),"@site/docs/example-db/Products.md",3252],"58de6db1":[()=>n.e(960).then(n.bind(n,4969)),"@site/docs/classes/insert.md",4969],"5e95c892":[()=>n.e(647).then(n.bind(n,8122)),"@theme/DocsRoot",8122],62179925:[()=>n.e(602).then(n.bind(n,5170)),"@site/docs/example-db/Suppliers.md",5170],"7617dfbd":[()=>n.e(468).then(n.bind(n,8350)),"@site/docs/classes/instance.md",8350],"763f4ffe":[()=>n.e(550).then(n.bind(n,5428)),"@site/docs/classes/create-table.md",5428],"7e36430b":[()=>n.e(53).then(n.bind(n,2761)),"@site/docs/classes/delete.md",2761],"80ddc423":[()=>n.e(171).then(n.bind(n,2650)),"@site/docs/example-db/Orders.md",2650],a52c2351:[()=>n.e(623).then(n.t.bind(n,7835,19)),"@generated/docusaurus-plugin-content-docs/default/p/aw-sql-category-classes-422.json",7835],a6964e95:[()=>n.e(579).then(n.bind(n,7712)),"@site/docs/typedefs/constraint-options.md",7712],a7bd4aaa:[()=>n.e(98).then(n.bind(n,7419)),"@theme/DocVersionRoot",7419],a94703ab:[()=>Promise.all([n.e(869),n.e(48)]).then(n.bind(n,1841)),"@theme/DocRoot",1841],aba21aa0:[()=>n.e(742).then(n.t.bind(n,7093,19)),"@generated/docusaurus-plugin-content-docs/default/__plugin.json",7093],af19f545:[()=>n.e(802).then(n.t.bind(n,3702,19)),"@generated/docusaurus-plugin-content-docs/default/p/aw-sql-category-example-database-60a.json",3702],b4c15e47:[()=>n.e(36).then(n.bind(n,146)),"@site/docs/example-db/Shippers.md",146],b5207823:[()=>n.e(582).then(n.bind(n,511)),"@site/docs/typedefs/okpacket.md",511],c8769413:[()=>n.e(922).then(n.bind(n,7686)),"@site/docs/example-db/Customers.md",7686],c8ec3168:[()=>n.e(388).then(n.bind(n,2268)),"@site/docs/classes/alter-table.md",2268],d7af1896:[()=>n.e(23).then(n.bind(n,6986)),"@site/docs/classes/awsql.md",6986],da8fdd4d:[()=>n.e(548).then(n.bind(n,3108)),"@site/docs/example-db/Categories.md",3108],e2f8b94f:[()=>n.e(269).then(n.t.bind(n,6301,19)),"@generated/docusaurus-plugin-content-docs/default/p/aw-sql-974.json",6301],e393803f:[()=>n.e(232).then(n.t.bind(n,9486,19)),"@generated/docusaurus-plugin-content-docs/default/p/aw-sql-category-typedefs-f23.json",9486],f8062fff:[()=>n.e(115).then(n.bind(n,4584)),"@site/docs/example-db/OrderDetails.md",4584]};var l=n(4848);function s(e){let{error:t,retry:n,pastDelay:r}=e;return t?(0,l.jsxs)("div",{style:{textAlign:"center",color:"#fff",backgroundColor:"#fa383e",borderColor:"#fa383e",borderStyle:"solid",borderRadius:"0.25rem",borderWidth:"1px",boxSizing:"border-box",display:"block",padding:"1rem",flex:"0 0 50%",marginLeft:"25%",marginRight:"25%",marginTop:"5rem",maxWidth:"50%",width:"100%"},children:[(0,l.jsx)("p",{children:String(t)}),(0,l.jsx)("div",{children:(0,l.jsx)("button",{type:"button",onClick:n,children:"Retry"})})]}):r?(0,l.jsx)("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"},children:(0,l.jsx)("svg",{id:"loader",style:{width:128,height:110,position:"absolute",top:"calc(100vh - 64%)"},viewBox:"0 0 45 45",xmlns:"http://www.w3.org/2000/svg",stroke:"#61dafb",children:(0,l.jsxs)("g",{fill:"none",fillRule:"evenodd",transform:"translate(1 1)",strokeWidth:"2",children:[(0,l.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,l.jsx)("animate",{attributeName:"r",begin:"1.5s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,l.jsx)("animate",{attributeName:"stroke-opacity",begin:"1.5s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,l.jsx)("animate",{attributeName:"stroke-width",begin:"1.5s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,l.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,l.jsx)("animate",{attributeName:"r",begin:"3s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,l.jsx)("animate",{attributeName:"stroke-opacity",begin:"3s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,l.jsx)("animate",{attributeName:"stroke-width",begin:"3s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,l.jsx)("circle",{cx:"22",cy:"22",r:"8",children:(0,l.jsx)("animate",{attributeName:"r",begin:"0s",dur:"1.5s",values:"6;1;2;3;4;5;6",calcMode:"linear",repeatCount:"indefinite"})})]})})}):null}var u=n(3722),c=n(5313);function d(e,t){if("*"===e)return a()({loading:s,loader:()=>n.e(42).then(n.bind(n,3042)),modules:["@theme/NotFound"],webpack:()=>[3042],render(e,t){const n=e.default;return(0,l.jsx)(c.W,{value:{plugin:{name:"native",id:"default"}},children:(0,l.jsx)(n,{...t})})}});const r=o[`${e}-${t}`],d={},f=[],p=[],m=(0,u.A)(r);return Object.entries(m).forEach((e=>{let[t,n]=e;const r=i[n];r&&(d[t]=r[0],f.push(r[1]),p.push(r[2]))})),a().Map({loading:s,loader:d,modules:f,webpack:()=>p,render(t,n){const a=JSON.parse(JSON.stringify(r));Object.entries(t).forEach((t=>{let[n,r]=t;const o=r.default;if(!o)throw new Error(`The page component at ${e} doesn't have a default export. This makes it impossible to render anything. Consider default-exporting a React component.`);"object"!=typeof o&&"function"!=typeof o||Object.keys(r).filter((e=>"default"!==e)).forEach((e=>{o[e]=r[e]}));let i=a;const l=n.split(".");l.slice(0,-1).forEach((e=>{i=i[e]})),i[l[l.length-1]]=o}));const o=a.__comp;delete a.__comp;const i=a.__context;delete a.__context;const s=a.__props;return delete a.__props,(0,l.jsx)(c.W,{value:i,children:(0,l.jsx)(o,{...a,...s,...n})})}})}const f=[{path:"/awSQL/",component:d("/awSQL/","af5"),routes:[{path:"/awSQL/",component:d("/awSQL/","7d7"),routes:[{path:"/awSQL/",component:d("/awSQL/","266"),routes:[{path:"/awSQL/category/classes",component:d("/awSQL/category/classes","4b4"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/category/example-database",component:d("/awSQL/category/example-database","427"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/category/typedefs",component:d("/awSQL/category/typedefs","812"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/classes/alter-table",component:d("/awSQL/classes/alter-table","838"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/classes/awsql",component:d("/awSQL/classes/awsql","62f"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/classes/create-table",component:d("/awSQL/classes/create-table","e6d"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/classes/delete",component:d("/awSQL/classes/delete","079"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/classes/insert",component:d("/awSQL/classes/insert","e8b"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/classes/instance",component:d("/awSQL/classes/instance","928"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/classes/select",component:d("/awSQL/classes/select","06d"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/classes/structure",component:d("/awSQL/classes/structure","0a8"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/classes/update",component:d("/awSQL/classes/update","d2e"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/example-db/Categories",component:d("/awSQL/example-db/Categories","591"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/example-db/Customers",component:d("/awSQL/example-db/Customers","015"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/example-db/Employees",component:d("/awSQL/example-db/Employees","487"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/example-db/OrderDetails",component:d("/awSQL/example-db/OrderDetails","9f0"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/example-db/Orders",component:d("/awSQL/example-db/Orders","2d4"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/example-db/Products",component:d("/awSQL/example-db/Products","fe7"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/example-db/Shippers",component:d("/awSQL/example-db/Shippers","157"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/example-db/Suppliers",component:d("/awSQL/example-db/Suppliers","961"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/typedefs/column-structure",component:d("/awSQL/typedefs/column-structure","93b"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/typedefs/constraint-options",component:d("/awSQL/typedefs/constraint-options","75a"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/typedefs/okpacket",component:d("/awSQL/typedefs/okpacket","e87"),exact:!0,sidebar:"defaultSidebar"},{path:"/awSQL/",component:d("/awSQL/","4a2"),exact:!0,sidebar:"defaultSidebar"}]}]}]},{path:"*",component:d("*")}]},9030:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>l,hH:()=>i});var r=n(6540),a=n(797),o=n(2887);function i(){const{siteConfig:e}=(0,a.A)(),{baseUrl:t,url:n}=e,i=e.future.experimental_router,l=(0,r.useCallback)(((e,r)=>function(e){let{siteUrl:t,baseUrl:n,url:r,options:{forcePrependBaseUrl:a=!1,absolute:i=!1}={},router:l}=e;if(!r||r.startsWith("#")||(0,o.z)(r))return r;if("hash"===l)return r.startsWith("/")?`.${r}`:`./${r}`;if(a)return n+r.replace(/^\//,"");if(r===n.replace(/\/$/,""))return n;const s=r.startsWith(n)?r:n+r.replace(/^\//,"");return i?t+s:s}({siteUrl:n,baseUrl:t,url:e,options:r,router:i})),[n,t,i]);return{withBaseUrl:l}}function l(e,t){void 0===t&&(t={});const{withBaseUrl:n}=i();return n(e,t)}},9136:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(6540),a=n(4974);function o(){return(0,r.useContext)(a.o)}},9303:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});n(6540);var r=n(4164),a=n(539),o=n(3115),i=n(6289),l=n(5246);const s={anchorWithStickyNavbar:"anchorWithStickyNavbar_LWe7",anchorWithHideOnScrollNavbar:"anchorWithHideOnScrollNavbar_WYt5"};var u=n(4848);function c(e){let{as:t,id:n,...c}=e;const d=(0,l.A)(),{navbar:{hideOnScroll:f}}=(0,o.p)();if("h1"===t||!n)return(0,u.jsx)(t,{...c,id:void 0});d.collectAnchor(n);const p=(0,a.T)({id:"theme.common.headingLinkTitle",message:"Direct link to {heading}",description:"Title for link to heading"},{heading:"string"==typeof c.children?c.children:n});return(0,u.jsxs)(t,{...c,className:(0,r.A)("anchor",f?s.anchorWithHideOnScrollNavbar:s.anchorWithStickyNavbar,c.className),id:n,children:[c.children,(0,u.jsx)(i.A,{className:"hash-link",to:`#${n}`,"aria-label":p,title:p,children:"\u200b"})]})}},9324:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var r=n(6540),a=n(4164),o=n(9136),i=n(8532);const l={themedComponent:"themedComponent_mlkZ","themedComponent--light":"themedComponent--light_NVdE","themedComponent--dark":"themedComponent--dark_xIcU"};var s=n(4848);function u(e){let{className:t,children:n}=e;const u=(0,o.A)(),{colorMode:c}=(0,i.G)();return(0,s.jsx)(s.Fragment,{children:(u?"dark"===c?["dark"]:["light"]:["light","dark"]).map((e=>{const o=n({theme:e,className:(0,a.A)(t,l.themedComponent,l[`themedComponent--${e}`])});return(0,s.jsx)(r.Fragment,{children:o},e)}))})}function c(e){const{sources:t,className:n,alt:r,...a}=e;return(0,s.jsx)(u,{className:n,children:e=>{let{theme:n,className:o}=e;return(0,s.jsx)("img",{src:t[n],alt:r,className:o,...a})}})}},9698:(e,t)=>{"use strict";var n=Symbol.for("react.transitional.element"),r=Symbol.for("react.fragment");function a(e,t,r){var a=null;if(void 0!==r&&(a=""+r),void 0!==t.key&&(a=""+t.key),"key"in t)for(var o in r={},t)"key"!==o&&(r[o]=t[o]);else r=t;return t=r.ref,{$$typeof:n,type:e,key:a,ref:void 0!==t?t:null,props:r}}t.Fragment=r,t.jsx=a,t.jsxs=a},9700:()=>{!function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,r,a,o){if(n.language===r){var i=n.tokenStack=[];n.code=n.code.replace(a,(function(e){if("function"==typeof o&&!o(e))return e;for(var a,l=i.length;-1!==n.code.indexOf(a=t(r,l));)++l;return i[l]=e,a})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,r){if(n.language===r&&n.tokenStack){n.grammar=e.languages[r];var a=0,o=Object.keys(n.tokenStack);!function i(l){for(var s=0;s=o.length);s++){var u=l[s];if("string"==typeof u||u.content&&"string"==typeof u.content){var c=o[a],d=n.tokenStack[c],f="string"==typeof u?u:u.content,p=t(r,c),m=f.indexOf(p);if(m>-1){++a;var h=f.substring(0,m),g=new e.Token(r,e.tokenize(d,n.grammar),"language-"+r,d),y=f.substring(m+p.length),b=[];h&&b.push.apply(b,i([h])),b.push(g),y&&b.push.apply(b,i([y])),"string"==typeof u?l.splice.apply(l,[s,1].concat(b)):u.content=b}}else u.content&&i(u.content)}return l}(n.tokens)}}}})}(Prism)},9869:(e,t)=>{"use strict";var n=Symbol.for("react.transitional.element"),r=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),l=Symbol.for("react.consumer"),s=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),d=Symbol.for("react.memo"),f=Symbol.for("react.lazy"),p=Symbol.iterator;var m={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},h=Object.assign,g={};function y(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||m}function b(){}function v(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||m}y.prototype.isReactComponent={},y.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},y.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},b.prototype=y.prototype;var w=v.prototype=new b;w.constructor=v,h(w,y.prototype),w.isPureReactComponent=!0;var k=Array.isArray,S={H:null,A:null,T:null,S:null},x=Object.prototype.hasOwnProperty;function E(e,t,r,a,o,i){return r=i.ref,{$$typeof:n,type:e,key:t,ref:void 0!==r?r:null,props:i}}function _(e){return"object"==typeof e&&null!==e&&e.$$typeof===n}var C=/\/+/g;function A(e,t){return"object"==typeof e&&null!==e&&null!=e.key?(n=""+e.key,r={"=":"=0",":":"=2"},"$"+n.replace(/[=:]/g,(function(e){return r[e]}))):t.toString(36);var n,r}function T(){}function L(e,t,a,o,i){var l=typeof e;"undefined"!==l&&"boolean"!==l||(e=null);var s,u,c=!1;if(null===e)c=!0;else switch(l){case"bigint":case"string":case"number":c=!0;break;case"object":switch(e.$$typeof){case n:case r:c=!0;break;case f:return L((c=e._init)(e._payload),t,a,o,i)}}if(c)return i=i(e),c=""===o?"."+A(e,0):o,k(i)?(a="",null!=c&&(a=c.replace(C,"$&/")+"/"),L(i,t,a,"",(function(e){return e}))):null!=i&&(_(i)&&(s=i,u=a+(null==i.key||e&&e.key===i.key?"":(""+i.key).replace(C,"$&/")+"/")+c,i=E(s.type,u,void 0,0,0,s.props)),t.push(i)),1;c=0;var d,m=""===o?".":o+":";if(k(e))for(var h=0;h{"use strict";e.exports=n(4477)}},e=>{e.O(0,[869],(()=>{return t=5161,e(e.s=t);var t}));e.O()}]); \ No newline at end of file diff --git a/docs/docusaurus/build/assets/js/main.761e9406.js.LICENSE.txt b/docs/docusaurus/build/assets/js/main.761e9406.js.LICENSE.txt new file mode 100644 index 0000000..b79e8be --- /dev/null +++ b/docs/docusaurus/build/assets/js/main.761e9406.js.LICENSE.txt @@ -0,0 +1,74 @@ +/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress + * @license MIT */ + +/*! Bundled license information: + +prismjs/prism.js: + (** + * Prism: Lightweight, robust, elegant syntax highlighting + * + * @license MIT + * @author Lea Verou + * @namespace + * @public + *) +*/ + +/** + * @license React + * react-dom-client.production.js + * + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +/** + * @license React + * react-dom.production.js + * + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +/** + * @license React + * react-jsx-runtime.production.js + * + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +/** + * @license React + * react.production.js + * + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +/** + * @license React + * scheduler.production.js + * + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +/** @license React v16.13.1 + * react-is.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ diff --git a/docs/docusaurus/build/assets/js/runtime~main.4e405e56.js b/docs/docusaurus/build/assets/js/runtime~main.4e405e56.js new file mode 100644 index 0000000..4e2d6e2 --- /dev/null +++ b/docs/docusaurus/build/assets/js/runtime~main.4e405e56.js @@ -0,0 +1 @@ +(()=>{"use strict";var e,a,t,r,o,f={},d={};function n(e){var a=d[e];if(void 0!==a)return a.exports;var t=d[e]={id:e,loaded:!1,exports:{}};return f[e].call(t.exports,t,t.exports,n),t.loaded=!0,t.exports}n.m=f,n.c=d,e=[],n.O=(a,t,r,o)=>{if(!t){var f=1/0;for(i=0;i=o)&&Object.keys(n.O).every((e=>n.O[e](t[c])))?t.splice(c--,1):(d=!1,o0&&e[i-1][2]>o;i--)e[i]=e[i-1];e[i]=[t,r,o]},n.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return n.d(a,{a:a}),a},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,n.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if("object"==typeof e&&e){if(4&r&&e.__esModule)return e;if(16&r&&"function"==typeof e.then)return e}var o=Object.create(null);n.r(o);var f={};a=a||[null,t({}),t([]),t(t)];for(var d=2&r&&e;"object"==typeof d&&!~a.indexOf(d);d=t(d))Object.getOwnPropertyNames(d).forEach((a=>f[a]=()=>e[a]));return f.default=()=>e,n.d(o,f),o},n.d=(e,a)=>{for(var t in a)n.o(a,t)&&!n.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:a[t]})},n.f={},n.e=e=>Promise.all(Object.keys(n.f).reduce(((a,t)=>(n.f[t](e,a),a)),[])),n.u=e=>"assets/js/"+({23:"d7af1896",36:"b4c15e47",48:"a94703ab",53:"7e36430b",98:"a7bd4aaa",115:"f8062fff",129:"3ee20894",162:"23e85390",171:"80ddc423",232:"e393803f",269:"e2f8b94f",294:"24da6c76",344:"2ab12074",388:"c8ec3168",401:"17896441",468:"7617dfbd",548:"da8fdd4d",550:"763f4ffe",579:"a6964e95",582:"b5207823",602:"62179925",623:"a52c2351",647:"5e95c892",742:"aba21aa0",802:"af19f545",894:"29b1da97",922:"c8769413",931:"4aa16d27",960:"58de6db1",969:"14eb3368",976:"0e384e19"}[e]||e)+"."+{23:"82e89304",36:"57d0bb5f",42:"e00b3e5b",48:"5082da29",53:"b354b9c9",98:"e836a8d7",115:"cb8fd7b3",129:"1f6e2c20",162:"a0249aa2",171:"5adbe07f",232:"3a54f688",269:"e1eb5318",294:"159e5a29",344:"76390b1f",388:"0f7a63be",401:"0c0873cd",468:"263a6f48",548:"65480600",550:"a8324a68",579:"e1343f6c",582:"cdd836e5",602:"f14d395e",623:"c4421113",647:"a18eb2bf",742:"3de8bd8d",802:"71dedd65",894:"9687cf0d",922:"27c68371",931:"32d53ece",960:"99333c32",969:"7f866ce6",976:"45d51a01"}[e]+".js",n.miniCssF=e=>{},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),r={},o="docusaurus:",n.l=(e,a,t,f)=>{if(r[e])r[e].push(a);else{var d,c;if(void 0!==t)for(var b=document.getElementsByTagName("script"),i=0;i{d.onerror=d.onload=null,clearTimeout(s);var o=r[e];if(delete r[e],d.parentNode&&d.parentNode.removeChild(d),o&&o.forEach((e=>e(t))),a)return a(t)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:d}),12e4);d.onerror=l.bind(null,d.onerror),d.onload=l.bind(null,d.onload),c&&document.head.appendChild(d)}},n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.p="/awSQL/",n.gca=function(e){return e={17896441:"401",62179925:"602",d7af1896:"23",b4c15e47:"36",a94703ab:"48","7e36430b":"53",a7bd4aaa:"98",f8062fff:"115","3ee20894":"129","23e85390":"162","80ddc423":"171",e393803f:"232",e2f8b94f:"269","24da6c76":"294","2ab12074":"344",c8ec3168:"388","7617dfbd":"468",da8fdd4d:"548","763f4ffe":"550",a6964e95:"579",b5207823:"582",a52c2351:"623","5e95c892":"647",aba21aa0:"742",af19f545:"802","29b1da97":"894",c8769413:"922","4aa16d27":"931","58de6db1":"960","14eb3368":"969","0e384e19":"976"}[e]||e,n.p+n.u(e)},(()=>{var e={354:0,869:0};n.f.j=(a,t)=>{var r=n.o(e,a)?e[a]:void 0;if(0!==r)if(r)t.push(r[2]);else if(/^(354|869)$/.test(a))e[a]=0;else{var o=new Promise(((t,o)=>r=e[a]=[t,o]));t.push(r[2]=o);var f=n.p+n.u(a),d=new Error;n.l(f,(t=>{if(n.o(e,a)&&(0!==(r=e[a])&&(e[a]=void 0),r)){var o=t&&("load"===t.type?"missing":t.type),f=t&&t.target&&t.target.src;d.message="Loading chunk "+a+" failed.\n("+o+": "+f+")",d.name="ChunkLoadError",d.type=o,d.request=f,r[1](d)}}),"chunk-"+a,a)}},n.O.j=a=>0===e[a];var a=(a,t)=>{var r,o,f=t[0],d=t[1],c=t[2],b=0;if(f.some((a=>0!==e[a]))){for(r in d)n.o(d,r)&&(n.m[r]=d[r]);if(c)var i=c(n)}for(a&&a(t);b + + + + +Example Database | awSQL Documentation + + + + + + + \ No newline at end of file diff --git a/docs/docusaurus/build/example-db/Categories/index.html b/docs/docusaurus/build/example-db/Categories/index.html new file mode 100644 index 0000000..a625de9 --- /dev/null +++ b/docs/docusaurus/build/example-db/Categories/index.html @@ -0,0 +1,14 @@ + + + + + +Table: Categories | awSQL Documentation + + + + +

Table: Categories

+
CategoryIDCategoryNameDescription
1BeveragesSoft drinks, coffees, teas, beers, and ales
2CondimentsSweet and savory sauces, relishes, spreads, and seasonings
3ConfectionsDesserts, candies, and sweet breads
4Dairy ProductsCheeses
5Grains/CerealsBreads, crackers, pasta, and cereal
6Meat/PoultryPrepared meats
7ProduceDried fruit and bean curd
8SeafoodSeaweed and fish
+ + \ No newline at end of file diff --git a/docs/docusaurus/build/example-db/Customers/index.html b/docs/docusaurus/build/example-db/Customers/index.html new file mode 100644 index 0000000..fdfb5d0 --- /dev/null +++ b/docs/docusaurus/build/example-db/Customers/index.html @@ -0,0 +1,14 @@ + + + + + +Table: Customers | awSQL Documentation + + + + +

Table: Customers

+
CustomerIDCustomerNameContactNameAddressCityPostalCodeCountry
1Alfreds FutterkisteMaria AndersObere Str. 57Berlin12209Germany
2Ana Trujillo Emparedados y heladosAna TrujilloAvda. de la Constitución 2222México D.F.5021Mexico
3Antonio Moreno TaqueríaAntonio MorenoMataderos 2312México D.F.5023Mexico
4Around the HornThomas Hardy120 Hanover Sq.LondonWA1 1DPUK
5Berglunds snabbköpChristina BerglundBerguvsvägen 8LuleåS-958 22Sweden
6Blauer See DelikatessenHanna MoosForsterstr. 57Mannheim68306Germany
7Blondel père et filsFrédérique Citeaux24, place KléberStrasbourg67000France
8Bólido Comidas preparadasMartín SommerC/ Araquil, 67Madrid28023Spain
9Bon app'Laurence Lebihans12, rue des BouchersMarseille13008France
10Bottom-Dollar MarketseElizabeth Lincoln23 Tsawassen Blvd.TsawassenT2F 8M4Canada
11B's BeveragesVictoria AshworthFauntleroy CircusLondonEC2 5NTUK
12Cactus Comidas para llevarPatricio SimpsonCerrito 333Buenos Aires1010Argentin
13Centro comercial MoctezumaFrancisco ChangSierras de Granada 9993México D.F.5022Mexico
14Chop-suey ChineseYang WangHauptstr. 29Bern3012Switzerl
15Comércio MineiroPedro AfonsoAv. dos Lusíadas, 23São Paulo05432-043Brazil
16Consolidated HoldingsElizabeth BrownBerkeley Gardens 12 BreweryLondonWX1 6LTUK
17Drachenblut DelikatessendSven OttliebWalserweg 21Aachen52066Germany
18Du monde entierJanine Labrune67, rue des Cinquante OtagesNantes44000France
19Eastern ConnectionAnn Devon35 King GeorgeLondonWX3 6FWUK
20Ernst HandelRoland MendelKirchgasse 6Graz8010Austria
21Familia ArquibaldoAria CruzRua Orós, 92São Paulo05442-030Brazil
22FISSA Fabrica Inter. Salchichas S.A.Diego RoelC/ Moralzarzal, 86Madrid28034Spain
23Folies gourmandesMartine Rancé184, chaussée de TournaiLille59000France
24Folk och fä HBMaria LarssonÅkergatan 24BräckeS-844 67Sweden
25FrankenversandPeter FrankenBerliner Platz 43München80805Germany
26France restaurationCarine Schmitt54, rue RoyaleNantes44000France
27Franchi S.p.A.Paolo AccortiVia Monte Bianco 34Torino10100Italy
28Furia Bacalhau e Frutos do MarLino RodriguezJardim das rosas n. 32Lisboa1675Portugal
29Galería del gastrónomoEduardo SaavedraRambla de Cataluña, 23Barcelona8022Spain
30Godos Cocina TípicaJosé Pedro FreyreC/ Romero, 33Sevilla41101Spain
31Gourmet LanchonetesAndré FonsecaAv. Brasil, 442Campinas04876-786Brazil
32Great Lakes Food MarketHoward Snyder2732 Baker Blvd.Eugene97403USA
33GROSELLA-RestauranteManuel Pereira5ª Ave. Los Palos GrandesCaracas1081Venezuel
34Hanari CarnesMario PontesRua do Paço, 67Rio de Janeiro05454-876Brazil
35HILARIÓN-AbastosCarlos HernándezCarrera 22 con Ave. Carlos Soublette #8-35San Cristóbal5022Venezuel
36Hungry Coyote Import StoreYoshi LatimerCity Center Plaza 516 Main St.Elgin97827USA
37Hungry Owl All-Night GrocersPatricia McKenna8 Johnstown RoadCork0Ireland
38Island TradingHelen BennettGarden House Crowther WayCowesPO31 7PJUK
39Königlich EssenPhilip CramerMaubelstr. 90Brandenburg14776Germany
40La corne d'abondanceDaniel Tonini67, avenue de l'EuropeVersailles78000France
41La maison d'AsieAnnette Roulet1 rue Alsace-LorraineToulouse31000France
42Laughing Bacchus Wine CellarsYoshi Tannamuri1900 Oak St.VancouverV3F 2K1Canada
43Lazy K Kountry StoreJohn Steel12 Orchestra TerraceWalla Walla99362USA
44Lehmanns MarktstandRenate MessnerMagazinweg 7Frankfurt a.M.60528Germany
45Let's Stop N ShopJaime Yorres87 Polk St. Suite 5San Francisco94117USA
46LILA-SupermercadoCarlos GonzálezCarrera 52 con Ave. Bolívar #65-98 Llano LargoBarquisimeto3508Venezuel
47LINO-DelicatesesFelipe IzquierdoAve. 5 de Mayo PorlamarI. de Margarita4980Venezuel
48Lonesome Pine RestaurantFran Wilson89 Chiaroscuro Rd.Portland97219USA
49Magazzini Alimentari RiunitiGiovanni RovelliVia Ludovico il Moro 22Bergamo24100Italy
50Maison DeweyCatherine DeweyRue Joseph-Bens 532BruxellesB-1180Belgium
51Mère PaillardeJean Fresnière43 rue St. LaurentMontréalH1J 1C3Canada
52Morgenstern GesundkostAlexander FeuerHeerstr. 22Leipzig4179Germany
53North/SouthSimon CrowtherSouth House 300 QueensbridgeLondonSW7 1RZUK
54Océano Atlántico Ltda.Yvonne MoncadaIng. Gustavo Moncada 8585 Piso 20-ABuenos Aires1010Argentin
55Old World DelicatessenRene Phillips2743 Bering St.Anchorage99508USA
56Ottilies KäseladenHenriette PfalzheimMehrheimerstr. 369Köln50739Germany
57Paris spécialitésMarie Bertrand265, boulevard CharonneParis75012France
58Pericles Comidas clásicasGuillermo FernándezCalle Dr. Jorge Cash 321México D.F.5033Mexico
59Piccolo und mehrGeorg PippsGeislweg 14Salzburg5020Austria
60Princesa Isabel VinhossIsabel de CastroEstrada da saúde n. 58Lisboa1756Portugal
61Que DelíciaBernardo BatistaRua da Panificadora, 12Rio de Janeiro02389-673Brazil
62Queen CozinhaLúcia CarvalhoAlameda dos Canàrios, 891São Paulo05487-020Brazil
63QUICK-StopHorst KlossTaucherstraße 10Cunewalde1307Germany
64Rancho grandeSergio GutiérrezAv. del Libertador 900Buenos Aires1010Argentin
65Rattlesnake Canyon GroceryPaula Wilson2817 Milton Dr.Albuquerque87110USA
66Reggiani CaseificiMaurizio MoroniStrada Provinciale 124Reggio Emilia42100Italy
67Ricardo AdocicadosJanete LimeiraAv. Copacabana, 267Rio de Janeiro02389-890Brazil
68Richter SupermarktMichael HolzGrenzacherweg 237Genève1203Switzerl
69Romero y tomilloAlejandra CaminoGran Vía, 1Madrid28001Spain
70Santé GourmetJonas BergulfsenErling Skakkes gate 78Stavern4110Norway
71Save-a-lot MarketsJose Pavarotti187 Suffolk Ln.Boise83720USA
72Seven Seas ImportsHari Kumar90 Wadhurst Rd.LondonOX15 4NBUK
73Simons bistroJytte PetersenVinbæltet 34København1734Denmark
74Spécialités du mondeDominique Perrier25, rue LauristonParis75016France
75Split Rail Beer & AleArt BraunschweigerP.O. Box 555Lander82520USA
76Suprêmes délicesPascale CartrainBoulevard Tirou, 255CharleroiB-6000Belgium
77The Big CheeseLiz Nixon89 Jefferson Way Suite 2Portland97201USA
78The Cracker BoxLiu Wong55 Grizzly Peak Rd.Butte59801USA
79Toms SpezialitätenKarin JosephsLuisenstr. 48Münster44087Germany
80Tortuga RestauranteMiguel Angel PaolinoAvda. Azteca 123México D.F.5033Mexico
81Tradição HipermercadosAnabela DominguesAv. Inês de Castro, 414São Paulo05634-030Brazil
82Trail's Head Gourmet ProvisionersHelvetius Nagy722 DaVinci Blvd.Kirkland98034USA
83VaffeljernetPalle IbsenSmagsløget 45Århus8200Denmark
84Victuailles en stockMary Saveley2, rue du CommerceLyon69004France
85Vins et alcools ChevalierPaul Henriot59 rue de l'AbbayeReims51100France
86Die Wandernde KuhRita MüllerAdenauerallee 900Stuttgart70563Germany
87Wartian HerkkuPirkko KoskitaloTorikatu 38Oulu90110Finland
88Wellington ImportadoraPaula ParenteRua do Mercado, 12Resende08737-363Brazil
89White Clover MarketsKarl Jablonski305 - 14th Ave. S. Suite 3BSeattle98128USA
90Wilman KalaMatti KarttunenKeskuskatu 45Helsinki21240Finland
91WolskiZbyszekul. Filtrowa 68Walla01-012Poland
+ + \ No newline at end of file diff --git a/docs/docusaurus/build/example-db/Employees/index.html b/docs/docusaurus/build/example-db/Employees/index.html new file mode 100644 index 0000000..bad3a8b --- /dev/null +++ b/docs/docusaurus/build/example-db/Employees/index.html @@ -0,0 +1,14 @@ + + + + + +Table: Employees | awSQL Documentation + + + + +

Table: Employees

+
EmployeeIDLastNameFirstNameBirthDatePhotoNotes
1DavolioNancy1968-12-08EmpID1.picEducation includes a BA in psychology from Colorado State University. She also completed (The Art of the Cold Call). Nancy is a member of 'Toastmasters International'.
2FullerAndrew1952-02-19EmpID2.picAndrew received his BTS commercial and a Ph.D. in international marketing from the University of Dallas. He is fluent in French and Italian and reads German. He joined the company as a sales representative
3LeverlingJanet1963-08-30EmpID3.picJanet has a BS degree in chemistry from Boston College). She has also completed a certificate program in food retailing management. Janet was hired as a sales associate and was promoted to sales representative.
4PeacockMargaret1958-09-19EmpID4.picMargaret holds a BA in English literature from Concordia College and an MA from the American Institute of Culinary Arts. She was temporarily assigned to the London office before returning to her permanent post in Seattle.
5BuchananSteven1955-03-04EmpID5.picSteven Buchanan graduated from St. Andrews University
6SuyamaMichael1963-07-02EmpID6.picMichael is a graduate of Sussex University (MA
7KingRobert1960-05-29EmpID7.picRobert King served in the Peace Corps and traveled extensively before completing his degree in English at the University of Michigan and then joining the company. After completing a course entitled 'Selling in Europe'
8CallahanLaura1958-01-09EmpID8.picLaura received a BA in psychology from the University of Washington. She has also completed a course in business French. She reads and writes French.
9DodsworthAnne1969-07-02EmpID9.picAnne has a BA degree in English from St. Lawrence College. She is fluent in French and German.
10WestAdam1928-09-19EmpID10.picAn old chum.
+ + \ No newline at end of file diff --git a/docs/docusaurus/build/example-db/OrderDetails/index.html b/docs/docusaurus/build/example-db/OrderDetails/index.html new file mode 100644 index 0000000..a21cea0 --- /dev/null +++ b/docs/docusaurus/build/example-db/OrderDetails/index.html @@ -0,0 +1,14 @@ + + + + + +Table: OrderDetails | awSQL Documentation + + + + +

Table: OrderDetails

+
OrderDetailIDOrderIDProductIDQuantity
1102481112
2102484210
310248725
410249149
5102495140
6102504110
7102505135
8102506515
910251226
10102515715
11102516520
12102522040
13102523325
14102526040
15102533120
16102533942
17102534940
18102542415
19102545521
20102547421
2110255220
22102551635
23102553625
24102555930
25102565315
26102567712
27102572725
2810257396
29102577715
3010258250
3110258565
3210258326
33102592110
3410259371
35102604116
36102605750
37102606215
38102607021
39102612120
40102613520
4110262512
4210262715
4310262562
44102631660
45102632428
46102633060
47102637436
4810264235
49102644125
50102651730
51102657020
52102661212
53102674050
54102675970
55102677615
56102682910
5710268724
58102693360
59102697220
60102703630
61102704325
62102713324
6310272206
64102723140
65102727224
66102731024
67102733115
68102733320
69102734060
70102737633
71102747120
7210274727
73102752412
7410275596
75102761015
76102761310
77102772820
78102776212
79102784416
80102785915
8110278638
82102787325
83102791715
84102802412
85102805520
86102807530
8710281191
8810281246
8910281354
9010282306
9110282572
92102831520
93102831918
94102836035
9510283723
96102842715
97102844421
98102846020
9910284675
10010285145
101102854040
102102855336
1031028635100
104102866240
105102871640
106102873420
107102874615
108102885410
10910288683
11010289330
11110289649
11210290520
113102902915
114102904915
115102907710
116102911320
117102914424
11810291512
119102922020
120102931812
121102932410
12210293635
12310293756
12410294118
125102941715
126102944315
127102946021
12810294756
12910295564
130102961112
131102961630
132102966915
133102973960
134102977220
13510298240
136102983640
137102985930
138102986215
139102991915
140102997020
141103006630
142103006820
143103014010
144103015620
145103021740
146103022828
147103024312
148103034040
149103036530
150103036815
151103044930
152103045910
15310304712
154103051825
155103052925
156103053930
157103063010
158103065310
15910306545
160103076210
16110307683
16210308691
16310308705
16410309420
16510309630
16610309422
167103094320
16810309713
169103101610
17010310625
17110311426
17210311697
17310312284
174103124324
175103125320
176103127510
177103133612
178103143240
179103145830
180103146225
181103153414
182103157030
183103164110
184103166270
18510317120
186103184120
18710318766
18810319178
189103192814
190103197630
191103207130
192103213510
193103225220
19410323155
19510323254
19610323394
197103241621
198103243570
199103244630
200103245940
201103246380
2021032566
203103251312
20410325149
20510325314
206103257240
20710326424
208103265716
209103267550
21010327225
211103271150
212103273035
213103275830
21410328599
215103286540
216103286810
217103291910
21810329308
219103293820
220103295612
221103302650
222103307225
223103315415
224103321840
225103324210
226103324716
227103331410
228103332110
229103337140
23010334528
231103346810
2321033527
233103353125
23410335326
235103355148
23610336418
237103372340
238103372624
239103373620
240103373728
241103377225
242103381720
243103383015
24410339410
245103391770
246103396228
247103401820
248103404112
249103404340
25010341338
25110341599
25210342224
253103423156
254103423640
255103425540
256103436450
25710343684
258103437615
25910344435
26010344870
26110345870
262103451980
26310345429
264103461736
265103465620
266103472510
267103473950
26810347404
26910347756
27010348115
271103482325
272103495424
273103505015
274103506918
275103513820
276103514113
277103514477
278103516510
279103522410
280103525420
281103531112
282103533850
28310354112
28410354294
285103552425
286103555725
287103563130
288103565512
289103566920
290103571030
291103572616
29210357608
293103582410
294103583410
295103583620
296103591656
297103593170
298103596080
299103602830
300103602935
301103603810
302103604935
303103605428
304103613954
305103616055
306103622550
307103625120
308103625424
309103633120
310103637512
311103637612
312103646930
31310364715
314103651124
31510366655
31610366775
317103673436
318103675418
319103676515
32010367777
32110368215
322103682813
323103685725
324103686435
325103692920
326103695618
32710370115
328103706430
329103707420
33010371366
331103722012
332103723840
333103726070
334103727242
335103735880
336103737150
337103743130
338103745815
339103751415
340103755410
341103763142
342103772820
343103773920
34410378716
34510379418
346103796316
347103796520
348103803018
349103805320
35010380606
351103807030
352103817414
35310382532
35410382189
355103822914
356103823360
357103827450
358103831320
359103835015
360103835620
361103842028
362103846015
36310385710
364103856020
36510385688
366103862415
367103863410
368103872415
36910387286
370103875912
371103877115
372103884515
373103885220
374103885340
375103891016
376103895515
377103896220
378103897030
379103903160
380103903540
381103904645
382103907224
383103911318
384103926950
38510393225
386103931442
38710393257
388103932670
389103933132
390103941310
391103946210
392103954628
393103955370
39410395698
395103962340
396103967160
397103967221
398103972110
399103975118
400103983530
4011039855120
402103996860
403103997130
404103997635
405103997714
406104002921
407104003535
408104004930
409104013018
410104015670
411104016520
412104017160
413104022360
414104026365
415104031621
416104034870
417104042630
418104044240
419104044930
42010405350
42110406110
422104062130
423104062842
42410406365
42510406402
426104071130
427104076915
428104077115
429104083710
43010408546
431104086235
432104091412
433104092112
434104103349
435104105916
436104114125
437104114440
43810411599
439104121420
44010413124
441104136240
442104137614
443104141918
444104143350
44510415172
446104153320
447104161920
448104165310
449104165720
450104173850
45110417462
452104176836
453104177735
45410418260
455104184755
456104186116
457104187415
458104196060
459104196920
46010420920
46110420132
46210420708
463104207320
46410421194
465104212630
466104215315
467104217710
46810422262
469104233114
470104235920
471104243560
472104243849
473104246830
474104255510
475104257620
47610426565
47710426647
478104271435
479104284620
480104295040
481104296335
482104301745
483104302150
484104305630
485104305970
486104311750
487104314050
488104314730
489104322610
490104325440
491104335628
49210434116
493104347618
49410435210
495104352212
496104357210
49710436465
498104365640
499104366430
500104367524
501104375315
502104381915
503104383420
504104385715
505104391215
506104391616
50710439646
508104397430
50910440245
510104401649
511104402924
512104406190
513104412750
514104421130
515104425480
516104426660
51710443116
518104432812
+ + \ No newline at end of file diff --git a/docs/docusaurus/build/example-db/Orders/index.html b/docs/docusaurus/build/example-db/Orders/index.html new file mode 100644 index 0000000..37783ae --- /dev/null +++ b/docs/docusaurus/build/example-db/Orders/index.html @@ -0,0 +1,14 @@ + + + + + +Table: Orders | awSQL Documentation + + + + +

Table: Orders

+
OrderIDCustomerIDEmployeeIDOrderDateShipperID
102489051996-07-043
102498161996-07-051
102503441996-07-082
102518431996-07-081
102527641996-07-092
102533431996-07-102
102541451996-07-112
102556891996-07-123
102568831996-07-152
102573541996-07-163
102582011996-07-171
102591341996-07-183
102605541996-07-191
102616141996-07-192
102626581996-07-223
102632091996-07-233
102642461996-07-243
10265721996-07-251
102668731996-07-263
102672541996-07-291
102683381996-07-303
102698951996-07-311
102708711996-08-011
102717561996-08-012
102726561996-08-022
102736331996-08-053
102748561996-08-061
102754911996-08-071
102768081996-08-083
102775221996-08-093
10278581996-08-122
102794481996-08-132
10280521996-08-141
102816941996-08-141
102826941996-08-151
102834631996-08-163
102844441996-08-191
102856311996-08-202
102866381996-08-213
102876781996-08-223
102886641996-08-231
102891171996-08-263
102901581996-08-271
102916161996-08-272
102928111996-08-282
102938011996-08-293
102946541996-08-302
102958521996-09-022
102964661996-09-031
10297751996-09-042
102983761996-09-052
102996741996-09-062
103004921996-09-092
103018681996-09-092
103027641996-09-102
103033071996-09-112
103048011996-09-122
103055581996-09-133
103066911996-09-163
103074821996-09-172
10308271996-09-183
103093731996-09-191
103107781996-09-202
103111811996-09-203
103128621996-09-232
103136321996-09-242
103146511996-09-252
103153841996-09-262
103166511996-09-273
103174861996-09-301
103183881996-10-012
103198071996-10-023
103208751996-10-033
103213831996-10-032
103225871996-10-043
103233941996-10-071
103247191996-10-081
103253911996-10-093
10326841996-10-102
103272421996-10-111
103282841996-10-143
103297541996-10-152
103304631996-10-161
10331991996-10-161
103325131996-10-172
103338751996-10-183
103348481996-10-212
103353771996-10-222
103366071996-10-232
103372541996-10-243
103385541996-10-253
103395121996-10-282
10340911996-10-293
103417371996-10-293
103422541996-10-302
103434441996-10-311
103448941996-11-012
103456321996-11-042
103466531996-11-053
103472141996-11-063
103488641996-11-072
103497571996-11-081
103504161996-11-112
103512011996-11-111
103522831996-11-123
103535971996-11-133
103545881996-11-143
10355461996-11-151
103568661996-11-182
103574611996-11-193
103584151996-11-201
103597251996-11-213
10360741996-11-223
103616311996-11-222
10362931996-11-251
103631741996-11-263
103641911996-11-261
10365331996-11-272
103662981996-11-282
103678371996-11-283
103682021996-11-292
103697581996-12-022
103701461996-12-032
103714111996-12-031
103726251996-12-042
103733741996-12-053
103749111996-12-053
103753631996-12-062
103765111996-12-092
103777211996-12-093
103782451996-12-103
103796121996-12-111
103803781996-12-123
103814631996-12-123
103822041996-12-131
10383481996-12-163
10384531996-12-163
103857511996-12-172
103862191996-12-183
103877011996-12-182
103887221996-12-191
103891041996-12-202
103902061996-12-231
103911731996-12-233
103925921996-12-243
103937111996-12-253
103943611996-12-253
103953561996-12-261
103962511996-12-273
103976051996-12-271
103987121996-12-303
103998381996-12-313
104001911997-01-013
104016511997-01-011
104022081997-01-022
104032041997-01-033
104044921997-01-031
104054711997-01-061
104066271997-01-071
104075621997-01-072
104082381997-01-081
104095431997-01-091
104101031997-01-103
104111091997-01-103
104128781997-01-132
104134131997-01-142
104142121997-01-143
104153631997-01-151
104168781997-01-163
104177341997-01-163
104186341997-01-171
104196841997-01-202
104208831997-01-211
104216181997-01-211
104222721997-01-221
104233161997-01-233
104245171997-01-232
104254161997-01-242
104262941997-01-271
104275941997-01-272
104286671997-01-281
104293731997-01-292
104302041997-01-301
104311041997-01-302
104327531997-01-312
104336031997-02-033
104342431997-02-032
104351681997-02-042
10436731997-02-052
104378781997-02-051
104387931997-02-062
104395161997-02-073
104407141997-02-102
104415531997-02-102
104422031997-02-112
104436681997-02-121
+ + \ No newline at end of file diff --git a/docs/docusaurus/build/example-db/Products/index.html b/docs/docusaurus/build/example-db/Products/index.html new file mode 100644 index 0000000..d9d083b --- /dev/null +++ b/docs/docusaurus/build/example-db/Products/index.html @@ -0,0 +1,14 @@ + + + + + +Table: Products | awSQL Documentation + + + + +

Table: Products

+
ProductIDProductNameSupplierIDCategoryIDUnitPrice
1Chais1110 boxes x 20 bags18
2Chang1124 - 12 oz bottles19
3Aniseed Syrup1212 - 550 ml bottles10
4Chef Anton's Cajun Seasoning2248 - 6 oz jars22
5Chef Anton's Gumbo Mix2236 boxes21.35
6Grandma's Boysenberry Spread3212 - 8 oz jars25
7Uncle Bob's Organic Dried Pears3712 - 1 lb pkgs.30
8Northwoods Cranberry Sauce3212 - 12 oz jars40
9Mishi Kobe Niku4618 - 500 g pkgs.97
10Ikura4812 - 200 ml jars31
11Queso Cabrales541 kg pkg.21
12Queso Manchego La Pastora5410 - 500 g pkgs.38
13Konbu682 kg box6
14Tofu6740 - 100 g pkgs.23.25
15Genen Shouyu6224 - 250 ml bottles15.5
16Pavlova7332 - 500 g boxes17.45
17Alice Mutton7620 - 1 kg tins39
18Carnarvon Tigers7816 kg pkg.62.5
19Teatime Chocolate Biscuits8310 boxes x 12 pieces9.2
20Sir Rodney's Marmalade8330 gift boxes81
21Sir Rodney's Scones8324 pkgs. x 4 pieces10
22Gustaf's Knäckebröd9524 - 500 g pkgs.21
23Tunnbröd9512 - 250 g pkgs.9
24Guaraná Fantástica10112 - 355 ml cans4.5
25NuNuCa Nuß-Nougat-Creme11320 - 450 g glasses14
26Gumbär Gummibärchen113100 - 250 g bags31.23
27Schoggi Schokolade113100 - 100 g pieces43.9
28Rössle Sauerkraut12725 - 825 g cans45.6
29Thüringer Rostbratwurst12650 bags x 30 sausgs.123.79
30Nord-Ost Matjeshering13810 - 200 g glasses25.89
31Gorgonzola Telino14412 - 100 g pkgs12.5
32Mascarpone Fabioli14424 - 200 g pkgs.32
33Geitost154500 g2.5
34Sasquatch Ale16124 - 12 oz bottles14
35Steeleye Stout16124 - 12 oz bottles18
36Inlagd Sill17824 - 250 g jars19
37Gravad lax17812 - 500 g pkgs.26
38Côte de Blaye18112 - 75 cl bottles263.5
39Chartreuse verte181750 cc per bottle18
40Boston Crab Meat19824 - 4 oz tins18.4
41Jack's New England Clam Chowder19812 - 12 oz cans9.65
42Singaporean Hokkien Fried Mee20532 - 1 kg pkgs.14
43Ipoh Coffee20116 - 500 g tins46
44Gula Malacca20220 - 2 kg bags19.45
45Røgede sild2181k pkg.9.5
46Spegesild2184 - 450 g glasses12
47Zaanse koeken22310 - 4 oz boxes9.5
48Chocolade22310 pkgs.12.75
49Maxilaku23324 - 50 g pkgs.20
50Valkoinen suklaa23312 - 100 g bars16.25
51Manjimup Dried Apples24750 - 300 g pkgs.53
52Filo Mix24516 - 2 kg boxes7
53Perth Pasties24648 pieces32.8
54Tourtière25616 pies7.45
55Pâté chinois25624 boxes x 2 pies24
56Gnocchi di nonna Alice26524 - 250 g pkgs.38
57Ravioli Angelo26524 - 250 g pkgs.19.5
58Escargots de Bourgogne27824 pieces13.25
59Raclette Courdavault2845 kg pkg.55
60Camembert Pierrot28415 - 300 g rounds34
61Sirop d'érable29224 - 500 ml bottles28.5
62Tarte au sucre29348 pies49.3
63Vegie-spread7215 - 625 g jars43.9
64Wimmers gute Semmelknödel12520 bags x 4 pieces33.25
65Louisiana Fiery Hot Pepper Sauce2232 - 8 oz bottles21.05
66Louisiana Hot Spiced Okra2224 - 8 oz jars17
67Laughing Lumberjack Lager16124 - 12 oz bottles14
68Scottish Longbreads8310 boxes x 8 pieces12.5
69Gudbrandsdalsost15410 kg pkg.36
70Outback Lager7124 - 355 ml bottles15
71Fløtemysost15410 - 500 g pkgs.21.5
72Mozzarella di Giovanni14424 - 200 g pkgs.34.8
73Röd Kaviar17824 - 150 g jars15
74Longlife Tofu475 kg pkg.10
75Rhönbräu Klosterbier12124 - 0.5 l bottles7.75
76Lakkalikööri231500 ml18
77Original Frankfurter grüne Soße12212 boxes13
+ + \ No newline at end of file diff --git a/docs/docusaurus/build/example-db/Shippers/index.html b/docs/docusaurus/build/example-db/Shippers/index.html new file mode 100644 index 0000000..ac8d2b7 --- /dev/null +++ b/docs/docusaurus/build/example-db/Shippers/index.html @@ -0,0 +1,14 @@ + + + + + +Table: Shippers | awSQL Documentation + + + + + + + \ No newline at end of file diff --git a/docs/docusaurus/build/example-db/Suppliers/index.html b/docs/docusaurus/build/example-db/Suppliers/index.html new file mode 100644 index 0000000..9f6eed8 --- /dev/null +++ b/docs/docusaurus/build/example-db/Suppliers/index.html @@ -0,0 +1,14 @@ + + + + + +Table: Suppliers | awSQL Documentation + + + + +

Table: Suppliers

+
SupplierIDSupplierNameContactNameAddressCityPostalCodeCountryPhone
1Exotic LiquidCharlotte Cooper49 Gilbert St.LondonaEC1 4SDUK(171) 555-2222
2New Orleans Cajun DelightsShelley BurkeP.O. Box 78934New Orleans70117USA(100) 555-4822
3Grandma Kelly's HomesteadRegina Murphy707 Oxford Rd.Ann Arbor48104USA(313) 555-5735
4Tokyo TradersYoshi Nagase9-8 Sekimai Musashino-shiTokyo100Japan(03) 3555-5011
5Cooperativa de Quesos 'Las Cabras'Antonio del Valle SaavedraCalle del Rosal 4Oviedo33007Spain(98) 598 76 54
6Mayumi'sMayumi Ohno92 Setsuko Chuo-kuOsaka545Japan(06) 431-7877
7Pavlova, Ltd.Ian Devling74 Rose St. Moonie PondsMelbourne3058Australia(03) 444-2343
8Specialty Biscuits, Ltd.Peter Wilson29 King's WayManchesterM14 GSDUK(161) 555-4448
9PB Knäckebröd ABLars PetersonKaloadagatan 13GöteborgS-345 67Sweden031-987 65 43
10Refrescos Americanas LTDACarlos DiazAv. das Americanas 12.890São Paulo5442Brazil(11) 555 4640
11Heli Süßwaren GmbH & Co. KGPetra WinklerTiergartenstraße 5Berlin10785Germany(010) 9984510
12Plutzer Lebensmittelgroßmärkte AGMartin BeinBogenallee 51Frankfurt60439Germany(069) 992755
13Nord-Ost-Fisch Handelsgesellschaft mbHSven PetersenFrahmredder 112aCuxhaven27478Germany(04721) 8713
14Formaggi Fortini s.r.l.Elio RossiViale Dante, 75Ravenna48100Italy(0544) 60323
15Norske MeierierBeate VileidHatlevegen 5Sandvika1320Norway(0)2-953010
16Bigfoot BreweriesCheryl Saylor3400 - 8th Avenue Suite 210Bend97101USA(503) 555-9931
17Svensk Sjöföda ABMichael BjörnBrovallavägen 231StockholmS-123 45Sweden08-123 45 67
18Aux joyeux ecclésiastiquesGuylène Nodier203, Rue des Francs-BourgeoisParis75004France(1) 03.83.00.68
19New England Seafood CanneryRobb MerchantOrder Processing Dept. 2100 Paul Revere Blvd.Boston2134USA(617) 555-3267
20Leka TradingChandra Leka471 Serangoon Loop, Suite #402Singapore512Singapore555-8787
21LyngbysildNiels PetersenLyngbysild Fiskebakken 10Lyngby2800Denmark43844108
22Zaanse SnoepfabriekDirk LuchteVerkoop Rijnweg 22Zaandam9999 ZZNetherlands(12345) 1212
23Karkki OyAnne HeikkonenValtakatu 12Lappeenranta53120Finland(953) 10956
24G'day, MateWendy Mackenzie170 Prince Edward Parade Hunter's HillSydney2042Australia(02) 555-5914
25Ma MaisonJean-Guy Lauzon2960 Rue St. LaurentMontréalH1J 1C3Canada(514) 555-9022
26Pasta Buttini s.r.l.Giovanni GiudiciVia dei Gelsomini, 153Salerno84100Italy(089) 6547665
27Escargots NouveauxMarie Delamare22, rue H. VoironMontceau71300France85.57.00.07
28Gai pâturageEliane NozBat. B 3, rue des AlpesAnnecy74000France38.76.98.06
29Forêts d'érablesChantal Goulet148 rue ChasseurSte-HyacintheJ2S 7S8Canada(514) 555-2955
+ + \ No newline at end of file diff --git a/docs/docusaurus/build/typedefs/okpacket/index.html b/docs/docusaurus/build/typedefs/okpacket/index.html new file mode 100644 index 0000000..179965a --- /dev/null +++ b/docs/docusaurus/build/typedefs/okpacket/index.html @@ -0,0 +1,23 @@ + + + + + +OkPacket | awSQL Documentation + + + + +

OkPacket

+

Object

+

The OkPacket is a response object from MySQL that provides metadata about a successfully executed query. It contains details such as the number of affected rows, insert IDs, server status, warnings, and protocol information. This packet is typically returned for INSERT, UPDATE, DELETE, and other non-SELECT statements.

+

Structure

+
PropertyTypeDescription
fieldCountNumberDefaults to 0 for non-SELECT queries.
affectedRowsNumberThe number of rows affected by the query (does not necessarily mean all rows were changed).
insertIdNumberThe ID of the last inserted row (if an auto-increment column exists, otherwise 0).
serverStatusNumberA bitmask flag representing the current state of the MySQL server.
warningCountNumberThe number of warnings generated during query execution.
messageStringAn optional message providing additional information about the query result (typically empty).
protocol41Booleantrue if MySQL protocol 4.1 or later is used.
changedRowsNumberThe number of rows actually modified by the query.
+

Common serverStatus Flags

+
Bitmask Behavior

serverStatus is a bitmask, meaning multiple statuses can be active at the same time.

For example:

    +
  • SERVER_STATUS_AUTOCOMMIT (1) + SERVER_STATUS_IN_TRANS (2)
  • +
  • These combine to 3 (1 | 2 = 3) through a bitwise OR operation.
  • +
+
serverStatus-ValueStatusDescription
1SERVER_STATUS_AUTOCOMMITThe server is in autocommit mode, treating each query as a seperate transaction that commits automatically.
2SERVER_STATUS_IN_TRANSThe server is currently in a transaction (queries have not been committed yet).
8SERVER_STATUS_MORE_RESULTS_EXISTSMore result sets exist (e.g., when executing a SELECT ... INTO OUTFILE query).
16SERVER_STATUS_NO_GOOD_INDEX_USEDThe server did not use an optimal index for the query, which may indicate inefficient execution.
32SERVER_STATUS_NO_INDEX_USEDThe query was executed without an index, likely causing a full table scan (may impact performance).
64SERVER_STATUS_QUERY_NO_GOOD_INDEX_USEDNo suitable index was used during query execution (could result in performance issues).
128SERVER_STATUS_CURSOR_EXISTSA cursor exists and is in use for this query (typically seen in more complex queries).
256SERVER_STATUS_LAST_INSERT_IDThe last executed INSERT statement generated an AUTO_INCREMENT ID.
512SERVER_STATUS_DB_DROPPEDA database was dropped as part of the executed query.
+ + \ No newline at end of file